Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_swpmi.h122 #define LL_SWPMI_ISR_RXNE SWPMI_ISR_RXNE /*!< Receive data register not empty …
502 return ((READ_BIT(SWPMIx->ISR, SWPMI_ISR_RXNE) == (SWPMI_ISR_RXNE)) ? 1UL : 0UL); in LL_SWPMI_IsActiveFlag_RXNE()
H A Dstm32l4xx_hal_swpmi.h218 #define SWPMI_FLAG_RXNE SWPMI_ISR_RXNE
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
H A Dstm32l476xx.h16271 #define SWPMI_ISR_RXNE SWPMI_ISR_RXNE_Msk /*!<Receive data reg… macro