Home
last modified time | relevance | path

Searched refs:USART_CR1_RXFFIE (Results 1 – 25 of 213) sorted by relevance

123456789

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_lpuart.h211 #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full interrupt enable */
2016 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_EnableIT_RXFF()
2167 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_DisableIT_RXFF()
2318 return ((READ_BIT(LPUARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_RXFF()
Dstm32wbxx_ll_usart.h261 #define LL_USART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full int…
3577 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_EnableIT_RXFF()
3794 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_DisableIT_RXFF()
4011 return ((READ_BIT(USARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_lpuart.h211 #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full interrupt enable */
2016 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_EnableIT_RXFF()
2167 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_DisableIT_RXFF()
2318 return ((READ_BIT(LPUARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_RXFF()
Dstm32n6xx_ll_usart.h261 #define LL_USART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full int…
3577 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_EnableIT_RXFF()
3794 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_DisableIT_RXFF()
4011 return ((READ_BIT(USARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_lpuart.h211 #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full interrupt enable */
2016 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_EnableIT_RXFF()
2167 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_DisableIT_RXFF()
2318 return ((READ_BIT(LPUARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_lpuart.h211 #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full interrupt enable */
2016 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_EnableIT_RXFF()
2167 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_DisableIT_RXFF()
2318 return ((READ_BIT(LPUARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_RXFF()
Dstm32u0xx_ll_usart.h260 #define LL_USART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full int…
3576 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_EnableIT_RXFF()
3793 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_DisableIT_RXFF()
4010 return ((READ_BIT(USARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_lpuart.h211 #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full interrupt enable */
2016 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_EnableIT_RXFF()
2167 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_DisableIT_RXFF()
2318 return ((READ_BIT(LPUARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_RXFF()
Dstm32g0xx_ll_usart.h260 #define LL_USART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full int…
3576 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_EnableIT_RXFF()
3793 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_DisableIT_RXFF()
4010 return ((READ_BIT(USARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_lpuart.h215 #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full interrupt enable */
2032 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_EnableIT_RXFF()
2185 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_DisableIT_RXFF()
2338 return ((READ_BIT(LPUARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_RXFF()
Dstm32wb0x_ll_usart.h268 #define LL_USART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full int…
3606 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_EnableIT_RXFF()
3827 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_DisableIT_RXFF()
4048 return ((READ_BIT(USARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_lpuart.h211 #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full interrupt enable */
2016 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_EnableIT_RXFF()
2167 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_DisableIT_RXFF()
2318 return ((READ_BIT(LPUARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_RXFF()
Dstm32h7rsxx_ll_usart.h261 #define LL_USART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full int…
3577 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_EnableIT_RXFF()
3794 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_DisableIT_RXFF()
4011 return ((READ_BIT(USARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_lpuart.h211 #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full interrupt enable */
2016 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_EnableIT_RXFF()
2167 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_DisableIT_RXFF()
2318 return ((READ_BIT(LPUARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_RXFF()
Dstm32h7xx_ll_usart.h261 #define LL_USART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full int…
3577 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_EnableIT_RXFF()
3794 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_DisableIT_RXFF()
4011 return ((READ_BIT(USARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_lpuart.h211 #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full interrupt enable */
2020 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_EnableIT_RXFF()
2173 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_DisableIT_RXFF()
2326 return ((READ_BIT(LPUARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_RXFF()
Dstm32wlxx_ll_usart.h254 #define LL_USART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full int…
3565 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_EnableIT_RXFF()
3784 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_DisableIT_RXFF()
4003 return ((READ_BIT(USARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_lpuart.h211 #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full interrupt enable */
2016 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_EnableIT_RXFF()
2167 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_DisableIT_RXFF()
2318 return ((READ_BIT(LPUARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_lpuart.h211 #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full interrupt enable */
2016 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_EnableIT_RXFF()
2167 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_DisableIT_RXFF()
2318 return ((READ_BIT(LPUARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lpuart.h209 #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full interrupt enable */
1981 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_EnableIT_RXFF()
2121 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_DisableIT_RXFF()
2261 return ((READ_BIT(LPUARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_lpuart.h209 #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full interrupt enable */
1982 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_EnableIT_RXFF()
2122 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_DisableIT_RXFF()
2262 return ((READ_BIT(LPUARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_RXFF()
Dstm32wbaxx_ll_usart.h258 #define LL_USART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full int…
3537 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_EnableIT_RXFF()
3741 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_DisableIT_RXFF()
3945 return ((READ_BIT(USARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_lpuart.h234 #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full interrupt enable */
2177 ATOMIC_SET_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_EnableIT_RXFF()
2360 ATOMIC_CLEAR_BIT(LPUARTx->CR1, USART_CR1_RXFFIE); in LL_LPUART_DisableIT_RXFF()
2543 return ((READ_BIT(LPUARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_LPUART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_usart.h254 #define LL_USART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full int…
3574 SET_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_EnableIT_RXFF()
3793 CLEAR_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_DisableIT_RXFF()
4012 return ((READ_BIT(USARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_RXFF()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_usart.h260 #define LL_USART_CR1_RXFFIE USART_CR1_RXFFIE /*!< RX FIFO full int…
3576 ATOMIC_SET_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_EnableIT_RXFF()
3793 ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_RXFFIE); in LL_USART_DisableIT_RXFF()
4010 return ((READ_BIT(USARTx->CR1, USART_CR1_RXFFIE) == (USART_CR1_RXFFIE)) ? 1UL : 0UL); in LL_USART_IsEnabledIT_RXFF()

123456789