| /bsp/CME_M7/StdPeriph_Driver/inc/ |
| A D | cmem7_uart.h | 48 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ macro
|
| /bsp/yichip/yc3122-pos/Libraries/sdk/ |
| A D | yc_uart.h | 60 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == STOPBITS_1) || \ macro
|
| A D | yc_uart.c | 84 _ASSERT(IS_UART_STOPBITS(UART_InitStruct->StopBits)); in UART_Init()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_uart.h | 96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ macro
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_uart.h | 96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ macro
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_uart.h | 96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ macro
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_uart.h | 96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ macro
|
| /bsp/CME_M7/StdPeriph_Driver/src/ |
| A D | cmem7_uart.c | 76 assert_param(IS_UART_STOPBITS(init->UART_StopBits)); in UART_Init()
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | air105_uart.h | 106 #define IS_UART_STOPBITS(STOPBITS, DATALENGTH) (((STOPBITS) == UART_StopBits_1) || \ macro
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_uart.c | 128 assert_param(IS_UART_STOPBITS(UART_InitStruct->UART_StopBits)); in UART_Init()
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_UART.h | 237 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ macro
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_UART.h | 238 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ macro
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_uart.c | 135 assert_param(IS_UART_STOPBITS(UART_InitStruct->UART_StopBits)); in UART_Init()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_uart.c | 139 assert_param(IS_UART_STOPBITS(UART_InitStruct->UART_StopBits)); in UART_Init()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_uart.c | 139 assert_param(IS_UART_STOPBITS(UART_InitStruct->UART_StopBits)); in UART_Init()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_uart.h | 317 #define IS_UART_STOPBITS(x) (((x) == UART_STOP_BITS_1) || \ macro
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/ |
| A D | ald_uart.h | 343 #define IS_UART_STOPBITS(x) (((x) == ALD_UART_STOP_BITS_1) || \ macro
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_uart.h | 810 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \ macro
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | ald_uart.h | 373 #define IS_UART_STOPBITS(x) (((x) == UART_STOP_BITS_1) || \ macro
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_UART.c | 264 if (!IS_UART_STOPBITS(huart->Init.StopBits)) return HAL_ERROR; in HAL_UART_Init()
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_UART.c | 264 if (!IS_UART_STOPBITS(huart->Init.StopBits)) return HAL_ERROR; in HAL_UART_Init()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_uart.c | 348 assert_param(IS_UART_STOPBITS(hperh->init.stop_bits)); in ald_uart_init()
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_uart.c | 339 assert_param(IS_UART_STOPBITS(hperh->init.stop_bits)); in ald_uart_init()
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_uart.c | 369 assert_param(IS_UART_STOPBITS(hperh->init.stop_bits)); in ald_uart_init()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_uart.c | 3659 assert_param(IS_UART_STOPBITS(huart->Init.StopBits)); in UART_SetConfig()
|