Home
last modified time | relevance | path

Searched refs:LL_USART_PARITY_NONE (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_usart.c74 #define IS_LL_USART_PARITY(__VALUE__) (((__VALUE__) == LL_USART_PARITY_NONE) \
401 USART_InitStruct->Parity = LL_USART_PARITY_NONE ; in LL_USART_StructInit()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_usart.c83 #define IS_LL_USART_PARITY(__VALUE__) (((__VALUE__) == LL_USART_PARITY_NONE) \
349 USART_InitStruct->Parity = LL_USART_PARITY_NONE ; in LL_USART_StructInit()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_usart.h203 #define LL_USART_PARITY_NONE 0x00000000U /*!< Parity co… macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_usart.h327 #define LL_USART_PARITY_NONE 0x00000000U /*!< Parity co… macro