Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_usart.h325 #define USART_FLAG_IDLE ((uint16_t)0x0010) macro
332 ((FLAG) == USART_FLAG_IDLE) || ((FLAG) == USART_FLAG_LBD) || \
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_usart.h338 #define USART_FLAG_IDLE ((uint16_t)0x0010) macro
345 ((FLAG) == USART_FLAG_IDLE) || ((FLAG) == USART_FLAG_LBD) || \
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_usart.h340 #define USART_FLAG_IDLE ((uint16_t)0x0010) macro
347 ((FLAG) == USART_FLAG_IDLE) || ((FLAG) == USART_FLAG_LBD) || \
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_usart_ex.h107 #define USART_FLAG_IDLE (0x00000010U) /*!< USART idle flag … macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_usart.h281 #define USART_FLAG_IDLE ((uint32_t)0x00000010) macro

Completed in 15 milliseconds