Fix typos
This commit is contained in:
@@ -243,7 +243,7 @@ static void USBC_Dev_SetAddress(u8 address)
|
||||
|
||||
static void __USBC_Dev_Tx_SendStall(void)
|
||||
{
|
||||
//send stall, and fifo is flushed automaticly
|
||||
//send stall, and fifo is flushed automatically
|
||||
USBC_REG_set_bit_w(USBC_BP_TXCSR_D_SEND_STALL, USBC_REG_TXCSR(USBC0_BASE));
|
||||
}
|
||||
static u32 __USBC_Dev_Tx_IsEpStall(void)
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
#define USBC1_BASE 0x01c14000
|
||||
#define USBC2_BASE 0x01c1E000
|
||||
|
||||
//Some reg whithin musb
|
||||
//Some reg within musb
|
||||
#define USBPHY_CLK_REG 0x01c200CC
|
||||
#define USBPHY_CLK_RST_BIT 0
|
||||
#define USBPHY_CLK_GAT_BIT 1
|
||||
|
||||
Reference in New Issue
Block a user