Home
last modified time | relevance | path

Searched refs:WordLen (Results 1 – 5 of 5) sorted by relevance

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_uart.c79 assert_parameters(IS_UART_WORDLEN(InitStruct->WordLen)); in UART_Init()
93 |InitStruct->WordLen\ in UART_Init()
126 InitStruct->WordLen = UART_WORDLEN_8B; in UART_StructInit()
376 ConfigInfo->WordLen = 9; in UART_GetConfigINFO()
378 ConfigInfo->WordLen = 8; in UART_GetConfigINFO()
A Dlib_u32k.c82 assert_parameters(IS_U32K_WORDLEN(InitStruct->WordLen)); in U32K_Init()
96 |InitStruct->WordLen\ in U32K_Init()
134 InitStruct->WordLen = U32K_WORDLEN_8B; in U32K_StructInit()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_uart.h27 uint32_t WordLen; member
56 uint8_t WordLen; //8: data bits=8; 9: data bits=9 member
A Dlib_u32k.h26 uint32_t WordLen; member
/bsp/Vango/v85xx/drivers/
A Ddrv_usart.c199 UART_InitParaStruct.WordLen = UART_WORDLEN_9B; in V85xx_configure()
203 UART_InitParaStruct.WordLen = UART_WORDLEN_8B; in V85xx_configure()

Completed in 9 milliseconds