Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_irda.h598 #define IS_IRDA_ONE_BIT_SAMPLE(__ONEBIT__) (((__ONEBIT__) == IRDA_ONE_BIT_SAMPLE_DISABLE) || \ argument
599 ((__ONEBIT__) == IRDA_ONE_BIT_SAMPLE_ENABLE))
A Dstm32f7xx_hal_smartcard.h765 #define IS_SMARTCARD_ONE_BIT_SAMPLE(__ONEBIT__) (((__ONEBIT__) == SMARTCARD_ONE_BIT_SAMPLE_DISABLE)… argument
766 ((__ONEBIT__) == SMARTCARD_ONE_BIT_SAMPLE_ENABLE))
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_irda.h668 #define IS_IRDA_ONE_BIT_SAMPLE(__ONEBIT__) (((__ONEBIT__) == IRDA_ONE_BIT_SAMPLE_DISABLE) || \ argument
669 ((__ONEBIT__) == IRDA_ONE_BIT_SAMPLE_ENABLE))
A Dstm32f0xx_hal_smartcard.h890 #define IS_SMARTCARD_ONE_BIT_SAMPLE(__ONEBIT__) (((__ONEBIT__) == SMARTCARD_ONE_BIT_SAMPLE_DISABLE)… argument
891 ((__ONEBIT__) == SMARTCARD_ONE_BIT_SAMPLE_ENABLE))
A Dstm32f0xx_hal_uart.h1119 #define IS_UART_ONE_BIT_SAMPLE(__ONEBIT__) (((__ONEBIT__) == UART_ONE_BIT_SAMPLE_DISABLE) || \ argument
1120 ((__ONEBIT__) == UART_ONE_BIT_SAMPLE_ENABLE))

Completed in 14 milliseconds