Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_uart.h558 #define UART_ADVFEATURE_RXINV_DISABLE 0x00000000U /*!< RX pin active level invers… macro
1429 #define IS_UART_ADVFEATURE_RXINV(__RXINV__) (((__RXINV__) == UART_ADVFEATURE_RXINV_DISABLE) || \
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_uart.h581 #define UART_ADVFEATURE_RXINV_DISABLE 0x00000000U /*!< RX pin active level invers… macro
1488 #define IS_UART_ADVFEATURE_RXINV(__RXINV__) (((__RXINV__) == UART_ADVFEATURE_RXINV_DISABLE) || \
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_uart.h554 #define UART_ADVFEATURE_RXINV_DISABLE 0x00000000U /*!< RX pin active level invers… macro
1440 #define IS_UART_ADVFEATURE_RXINV(__RXINV__) (((__RXINV__) == UART_ADVFEATURE_RXINV_DISABLE) || \