Searched refs:USART_CR1_CMIE (Results 1 – 8 of 8) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_lpuart.h | 192 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match inter… 1645 SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM() 1748 CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM() 1851 return (READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)); in LL_LPUART_IsEnabledIT_CM()
|
D | stm32l0xx_ll_usart.h | 241 #define LL_USART_CR1_CMIE USART_CR1_CMIE /*!< Character match … 3013 SET_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_EnableIT_CM() 3173 CLEAR_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_DisableIT_CM() 3333 return (READ_BIT(USARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)); in LL_USART_IsEnabledIT_CM()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_lpuart.h | 242 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match inter… 2151 SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM() 2336 CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM() 2521 return (READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)); in LL_LPUART_IsEnabledIT_CM()
|
D | stm32l4xx_ll_usart.h | 297 #define LL_USART_CR1_CMIE USART_CR1_CMIE /*!< Character match … 3721 SET_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_EnableIT_CM() 3975 CLEAR_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_DisableIT_CM() 4231 return ((READ_BIT(USARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_CM()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 5937 #define USART_CR1_CMIE USART_CR1_CMIE_Msk /*!< Character match… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 6999 #define USART_CR1_CMIE USART_CR1_CMIE_Msk /*!< Character match… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 6840 #define USART_CR1_CMIE USART_CR1_CMIE_Msk /*!< Character match… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 15907 #define USART_CR1_CMIE USART_CR1_CMIE_Msk /*!< Character match… macro
|