Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_flash_ex.h82 #define IS_OB_SRAM_PARITY(PARITY) (((PARITY) == OB_SRAM_PARITY_SET) || ((PARITY) == OB_SRAM_PARITY… argument
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_usart.h156 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_Parity_No) || \ argument
157 ((PARITY) == USART_Parity_Even) || \
158 ((PARITY) == USART_Parity_Odd))
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_usart.h158 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_Parity_No) || \ argument
159 ((PARITY) == USART_Parity_Even) || \
160 ((PARITY) == USART_Parity_Odd))
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_usart.h160 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_Parity_No) || \ argument
161 ((PARITY) == USART_Parity_Even) || \
162 ((PARITY) == USART_Parity_Odd))
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_uart.h955 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_PARITY_NONE) || \ argument
956 ((PARITY) == UART_PARITY_EVEN) || \
957 ((PARITY) == UART_PARITY_ODD))

Completed in 13 milliseconds