Home
last modified time | relevance | path

Searched refs:IS_UART_STOPBITS (Results 1 – 25 of 25) sorted by relevance

/bsp/CME_M7/StdPeriph_Driver/inc/
A Dcmem7_uart.h48 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ macro
/bsp/yichip/yc3122-pos/Libraries/sdk/
A Dyc_uart.h60 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == STOPBITS_1) || \ macro
A Dyc_uart.c84 _ASSERT(IS_UART_STOPBITS(UART_InitStruct->StopBits)); in UART_Init()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_uart.h96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ macro
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_uart.h96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ macro
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_uart.h96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ macro
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_uart.h96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ macro
/bsp/CME_M7/StdPeriph_Driver/src/
A Dcmem7_uart.c76 assert_param(IS_UART_STOPBITS(init->UART_StopBits)); in UART_Init()
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dair105_uart.h106 #define IS_UART_STOPBITS(STOPBITS, DATALENGTH) (((STOPBITS) == UART_StopBits_1) || \ macro
/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_uart.c128 assert_param(IS_UART_STOPBITS(UART_InitStruct->UART_StopBits)); in UART_Init()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_UART.h237 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ macro
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_UART.h238 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ macro
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_uart.c135 assert_param(IS_UART_STOPBITS(UART_InitStruct->UART_StopBits)); in UART_Init()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_uart.c139 assert_param(IS_UART_STOPBITS(UART_InitStruct->UART_StopBits)); in UART_Init()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_uart.c139 assert_param(IS_UART_STOPBITS(UART_InitStruct->UART_StopBits)); in UART_Init()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_uart.h317 #define IS_UART_STOPBITS(x) (((x) == UART_STOP_BITS_1) || \ macro
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_uart.h343 #define IS_UART_STOPBITS(x) (((x) == ALD_UART_STOP_BITS_1) || \ macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h810 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \ macro
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_uart.h373 #define IS_UART_STOPBITS(x) (((x) == UART_STOP_BITS_1) || \ macro
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_UART.c264 if (!IS_UART_STOPBITS(huart->Init.StopBits)) return HAL_ERROR; in HAL_UART_Init()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_UART.c264 if (!IS_UART_STOPBITS(huart->Init.StopBits)) return HAL_ERROR; in HAL_UART_Init()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_uart.c348 assert_param(IS_UART_STOPBITS(hperh->init.stop_bits)); in ald_uart_init()
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_uart.c339 assert_param(IS_UART_STOPBITS(hperh->init.stop_bits)); in ald_uart_init()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_uart.c369 assert_param(IS_UART_STOPBITS(hperh->init.stop_bits)); in ald_uart_init()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_uart.c3659 assert_param(IS_UART_STOPBITS(huart->Init.StopBits)); in UART_SetConfig()

Completed in 55 milliseconds