Home
last modified time | relevance | path

Searched refs:USART_CR1_CMIE (Results 1 – 25 of 250) sorted by relevance

12345678910

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_lpuart.h175 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
1684 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
1791 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
1898 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
Dstm32l0xx_ll_usart.h226 #define LL_USART_CR1_CMIE USART_CR1_CMIE /*!< Character match …
3047 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_EnableIT_CM()
3207 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_DisableIT_CM()
3367 return ((READ_BIT(USARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_lpuart.h209 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
1994 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
2145 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
2296 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_lpuart.h209 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
1994 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
2145 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
2296 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
Dstm32n6xx_ll_usart.h257 #define LL_USART_CR1_CMIE USART_CR1_CMIE /*!< Character match …
3529 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_EnableIT_CM()
3744 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_DisableIT_CM()
3961 return ((READ_BIT(USARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_lpuart.h209 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
1994 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
2145 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
2296 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_lpuart.h209 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
1994 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
2145 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
2296 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
Dstm32u0xx_ll_usart.h256 #define LL_USART_CR1_CMIE USART_CR1_CMIE /*!< Character match …
3528 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_EnableIT_CM()
3743 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_DisableIT_CM()
3960 return ((READ_BIT(USARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_lpuart.h209 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
1994 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
2145 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
2296 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_lpuart.h213 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
2010 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
2163 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
2316 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_lpuart.h209 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
1994 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
2145 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
2296 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
Dstm32h7rsxx_ll_usart.h257 #define LL_USART_CR1_CMIE USART_CR1_CMIE /*!< Character match …
3529 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_EnableIT_CM()
3744 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_DisableIT_CM()
3961 return ((READ_BIT(USARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_lpuart.h209 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
1994 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
2145 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
2296 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_lpuart.h209 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
1998 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
2151 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
2304 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
Dstm32wlxx_ll_usart.h250 #define LL_USART_CR1_CMIE USART_CR1_CMIE /*!< Character match …
3517 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_EnableIT_CM()
3734 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_DisableIT_CM()
3953 return ((READ_BIT(USARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_lpuart.h209 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
1994 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
2145 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
2296 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_lpuart.h209 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
1994 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
2145 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
2296 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lpuart.h207 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
1959 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
2099 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
2239 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_lpuart.h207 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
1960 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
2100 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
2240 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_lpuart.h231 #define LL_LPUART_CR1_CMIE USART_CR1_CMIE /*!< Character match interrupt enable…
2154 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_EnableIT_CM()
2337 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_CMIE); in LL_LPUART_DisableIT_CM()
2520 return ((READ_BIT(LPUARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_usart.h220 #define LL_USART_CR1_CMIE USART_CR1_CMIE /*!< Character match …
2987 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_EnableIT_CM()
3132 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_DisableIT_CM()
3277 return ((READ_BIT(USARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_usart.h237 #define LL_USART_CR1_CMIE USART_CR1_CMIE /*!< Character match …
3084 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_EnableIT_CM()
3248 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_DisableIT_CM()
3412 return ((READ_BIT(USARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_usart.h237 #define LL_USART_CR1_CMIE USART_CR1_CMIE /*!< Character match …
3160 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_EnableIT_CM()
3313 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_DisableIT_CM()
3466 return ((READ_BIT(USARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_usart.h250 #define LL_USART_CR1_CMIE USART_CR1_CMIE /*!< Character match …
3526 SET_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_EnableIT_CM()
3743 CLEAR_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_DisableIT_CM()
3962 return ((READ_BIT(USARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_CM()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_usart.h256 #define LL_USART_CR1_CMIE USART_CR1_CMIE /*!< Character match …
3528 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_EnableIT_CM()
3743 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_CMIE); in LL_USART_DisableIT_CM()
3960 return ((READ_BIT(USARTx->CR1, USART_CR1_CMIE) == (USART_CR1_CMIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_CM()

12345678910