soc: nxp: fix spelling of "manual"
s/mannual/manual/ Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
fc150fcad7
commit
4586f6c1cf
3 changed files with 3 additions and 3 deletions
|
@ -177,7 +177,7 @@ static void usb_device_clock_init(void)
|
|||
while (SYSCTL0->USB0CLKSTAT & SYSCTL0_USB0CLKSTAT_HOST_NEED_CLKST_MASK) {
|
||||
__ASM("nop");
|
||||
}
|
||||
/* According to reference mannual, device mode setting has to be set by access
|
||||
/* According to reference manual, device mode setting has to be set by access
|
||||
* usb host register
|
||||
*/
|
||||
USBHSH->PORTMODE |= USBHSH_PORTMODE_DEV_ENABLE_MASK;
|
||||
|
|
|
@ -168,7 +168,7 @@ static void usb_device_clock_init(void)
|
|||
while (SYSCTL0->USBCLKSTAT & SYSCTL0_USBCLKSTAT_HOST_NEED_CLKST_MASK) {
|
||||
__ASM("nop");
|
||||
}
|
||||
/* According to reference mannual, device mode setting has to be set by
|
||||
/* According to reference manual, device mode setting has to be set by
|
||||
* access usb host register
|
||||
*/
|
||||
USBHSH->PORTMODE |= USBHSH_PORTMODE_DEV_ENABLE_MASK;
|
||||
|
|
|
@ -245,7 +245,7 @@ __weak void clock_init(void)
|
|||
/* enable usb0 host clock */
|
||||
CLOCK_EnableClock(kCLOCK_Usbhsl0);
|
||||
/*
|
||||
* According to reference mannual, device mode setting has to be set by access
|
||||
* According to reference manual, device mode setting has to be set by access
|
||||
* usb host register
|
||||
*/
|
||||
USBFSH->PORTMODE |= USBFSH_PORTMODE_DEV_ENABLE_MASK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue