Home
last modified time | relevance | path

Searched refs:UART_WordLength (Results 1 – 15 of 15) sorted by relevance

/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_uart.c127 assert_param(IS_UART_WORD_LENGTH(UART_InitStruct->UART_WordLength)); in UART_Init()
141 …tmpreg |= (uint32_t)UART_InitStruct->UART_WordLength |(uint32_t)UART_InitStruct->UART_StopBits |UA… in UART_Init()
176 UART_InitStruct->UART_WordLength = UART_WordLength_8b; in UART_StructInit()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_uart.c134 assert_param(IS_UART_WORD_LENGTH(UART_InitStruct->UART_WordLength)); in UART_Init()
150 …tmpreg |= (uint32_t)UART_InitStruct->UART_WordLength |(uint32_t)UART_InitStruct->UART_StopBits |UA… in UART_Init()
193 UART_InitStruct->UART_WordLength = UART_WordLength_8b; in UART_StructInit()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_uart.c138 assert_param(IS_UART_WORD_LENGTH(UART_InitStruct->UART_WordLength)); in UART_Init()
154 …tmpreg |= (uint32_t)UART_InitStruct->UART_WordLength |(uint32_t)UART_InitStruct->UART_StopBits |UA… in UART_Init()
201 UART_InitStruct->UART_WordLength = UART_WordLength_8b; in UART_StructInit()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_uart.c138 assert_param(IS_UART_WORD_LENGTH(UART_InitStruct->UART_WordLength)); in UART_Init()
154 …tmpreg |= (uint32_t)UART_InitStruct->UART_WordLength | (uint32_t)UART_InitStruct->UART_StopBits | … in UART_Init()
201 UART_InitStruct->UART_WordLength = UART_WordLength_8b; in UART_StructInit()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_uart.h129 u16 UART_WordLength; member
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_uart.h48 uint16_t UART_WordLength; member
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_uart.h48 uint16_t UART_WordLength; member
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_uart.h48 uint16_t UART_WordLength; member
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_uart.h48 uint16_t UART_WordLength; member
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dair105_uart.h44 …uint32_t UART_WordLength; /*!< Specifies the number of data bits transmitted or received … member
/bsp/mm32f103x/drivers/
A Ddrv_uart.c46 UART_InitStructure.UART_WordLength = UART_WordLength_8b; in mm32_uart_configure()
/bsp/mm32l3xx/drivers/
A Ddrv_uart.c46 UART_InitStructure.UART_WordLength = UART_WordLength_8b; in mm32_uart_configure()
/bsp/mm32f327x/drivers/
A Ddrv_uart.c50 UART_InitStructure.UART_WordLength = UART_WordLength_8b; in mm32_uart_configure()
/bsp/tkm32F499/drivers/
A Ddrv_uart.c50 UART_InitStructure.UART_WordLength = UART_WordLength_8b; in tkm32_uart_configure()
/bsp/mm32l07x/drivers/
A Ddrv_uart.c48 UART_InitStructure.UART_WordLength = UART_WordLength_8b; in mm32_uart_configure()

Completed in 16 milliseconds