Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_smartcard_ex.h157 #define SMARTCARD_FLAG_IDLE USART_ISR_IDLE /*!< SMARTCARD idle line detection …
Dstm32l4xx_ll_lpuart.h194 #define LL_LPUART_ISR_IDLE USART_ISR_IDLE /*!< Idle line detected fl…
1719 return (READ_BIT(LPUARTx->ISR, USART_ISR_IDLE) == (USART_ISR_IDLE)); in LL_LPUART_IsActiveFlag_IDLE()
Dstm32l4xx_hal_usart.h400 #define USART_FLAG_IDLE USART_ISR_IDLE /*!< USART idle flag …
Dstm32l4xx_ll_usart.h236 #define LL_USART_ISR_IDLE USART_ISR_IDLE /*!< Idle line detect…
3101 return ((READ_BIT(USARTx->ISR, USART_ISR_IDLE) == (USART_ISR_IDLE)) ? 1UL : 0UL); in LL_USART_IsActiveFlag_IDLE()
Dstm32l4xx_hal_uart.h736 #define UART_FLAG_IDLE USART_ISR_IDLE /*!< UART idle flag …
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lpuart.h166 #define LL_LPUART_ISR_IDLE USART_ISR_IDLE /*!< Idle line detected fl…
1340 return (READ_BIT(LPUARTx->ISR, USART_ISR_IDLE) == (USART_ISR_IDLE)); in LL_LPUART_IsActiveFlag_IDLE()
Dstm32l0xx_hal_usart.h269 #define USART_FLAG_IDLE USART_ISR_IDLE /*!< USART idle flag …
Dstm32l0xx_ll_usart.h207 #define LL_USART_ISR_IDLE USART_ISR_IDLE /*!< Idle line detect…
2570 return (READ_BIT(USARTx->ISR, USART_ISR_IDLE) == (USART_ISR_IDLE)); in LL_USART_IsActiveFlag_IDLE()
Dstm32l0xx_hal_smartcard.h493 #define SMARTCARD_FLAG_IDLE USART_ISR_IDLE /*!< SMARTCARD idle line detection …
Dstm32l0xx_hal_uart.h622 #define UART_FLAG_IDLE USART_ISR_IDLE /*!< UART idle flag …
/loramac-node-3.7.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6150 #define USART_ISR_IDLE USART_ISR_IDLE_Msk /*!< IDLE line detec… macro
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7053 #define USART_ISR_IDLE USART_ISR_IDLE_Msk /*!< IDLE line detec… macro
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7212 #define USART_ISR_IDLE USART_ISR_IDLE_Msk /*!< IDLE line detec… macro
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h16120 #define USART_ISR_IDLE USART_ISR_IDLE_Msk /*!< IDLE line detec… macro