Home
last modified time | relevance | path

Searched refs:UART0_C4_OSR_MASK (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpsci/
Dfsl_lpsci.c286 base->C4 = ((base->C4 & ~UART0_C4_OSR_MASK) | (osr - 1)); in LPSCI_Init()
413 base->C4 = ((base->C4 & ~UART0_C4_OSR_MASK) | (osr - 1)); in LPSCI_SetBaudRate()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKL25Z4/
DMKL25Z4.h4910 #define UART0_C4_OSR_MASK (0x1FU) macro
4912 …x) (((uint8_t)(((uint8_t)(x)) << UART0_C4_OSR_SHIFT)) & UART0_C4_OSR_MASK)
5626 #define UARTLP_C4_OSR_MASK UART0_C4_OSR_MASK