Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_usart.h299 #define USART_PHASE_1EDGE 0x00000000U /*!< USART frame phase on first clock … macro
867 #define IS_USART_PHASE(__CPHA__) (((__CPHA__) == USART_PHASE_1EDGE) || ((__CPHA__) == USART_PHASE_2…