Home
last modified time | relevance | path

Searched refs:__PARITY__ (Results 1 – 7 of 7) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_irda.h583 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
584 ((__PARITY__) == IRDA_PARITY_EVEN) || \
585 ((__PARITY__) == IRDA_PARITY_ODD))
A Dstm32f7xx_hal_usart.h649 #define IS_USART_PARITY(__PARITY__) (((__PARITY__) == USART_PARITY_NONE) || \ argument
650 ((__PARITY__) == USART_PARITY_EVEN) || \
651 ((__PARITY__) == USART_PARITY_ODD))
A Dstm32f7xx_hal_smartcard.h758 #define IS_SMARTCARD_PARITY(__PARITY__) (((__PARITY__) == SMARTCARD_PARITY_EVEN) || \ argument
759 ((__PARITY__) == SMARTCARD_PARITY_ODD))
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_usart.h549 #define IS_USART_PARITY(__PARITY__) (((__PARITY__) == USART_PARITY_NONE) || \ argument
550 ((__PARITY__) == USART_PARITY_EVEN) || \
551 ((__PARITY__) == USART_PARITY_ODD))
A Dstm32f0xx_hal_irda.h628 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
629 ((__PARITY__) == IRDA_PARITY_EVEN) || \
630 ((__PARITY__) == IRDA_PARITY_ODD))
A Dstm32f0xx_hal_uart.h1076 #define IS_UART_PARITY(__PARITY__) (((__PARITY__) == UART_PARITY_NONE) || \ argument
1077 ((__PARITY__) == UART_PARITY_EVEN) || \
1078 ((__PARITY__) == UART_PARITY_ODD))
A Dstm32f0xx_hal_smartcard.h853 #define IS_SMARTCARD_PARITY(__PARITY__) (((__PARITY__) == SMARTCARD_PARITY_EVEN) || \ argument
854 ((__PARITY__) == SMARTCARD_PARITY_ODD))

Completed in 17 milliseconds