Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_smartcard_ex.h142 #define SMARTCARD_FLAG_EOBF USART_ISR_EOBF /*!< SMARTCARD end of block flag …
Dstm32l4xx_ll_usart.h252 #define LL_USART_ISR_EOBF USART_ISR_EOBF /*!< End of block fla…
3235 return ((READ_BIT(USARTx->ISR, USART_ISR_EOBF) == (USART_ISR_EOBF)) ? 1UL : 0UL); in LL_USART_IsActiveFlag_EOB()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_usart.h215 #define LL_USART_ISR_EOBF USART_ISR_EOBF /*!< End of block fla…
2666 return (READ_BIT(USARTx->ISR, USART_ISR_EOBF) == (USART_ISR_EOBF)); in LL_USART_IsActiveFlag_EOB()
Dstm32l0xx_hal_smartcard.h488 #define SMARTCARD_FLAG_EOBF USART_ISR_EOBF /*!< SMARTCARD end of block flag …
Dstm32l0xx_hal_uart.h614 #define UART_FLAG_EOBF USART_ISR_EOBF /*!< UART end of block flag …
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_smartcard.c1467 if(((isrflags & USART_ISR_EOBF) != RESET) && ((cr1its & USART_CR1_EOBIE) != RESET)) in HAL_SMARTCARD_IRQHandler()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_smartcard.c2133 if (((isrflags & USART_ISR_EOBF) != 0U) && ((cr1its & USART_CR1_EOBIE) != 0U)) in HAL_SMARTCARD_IRQHandler()
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6174 #define USART_ISR_EOBF USART_ISR_EOBF_Msk /*!< End Of Block Fl… macro
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7077 #define USART_ISR_EOBF USART_ISR_EOBF_Msk /*!< End Of Block Fl… macro
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7236 #define USART_ISR_EOBF USART_ISR_EOBF_Msk /*!< End Of Block Fl… macro
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h16144 #define USART_ISR_EOBF USART_ISR_EOBF_Msk /*!< End Of Block Fl… macro