Home
last modified time | relevance | path

Searched refs:USART_CR1_MME (Results 1 – 12 of 12) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lpuart.h659 SET_BIT(LPUARTx->CR1, USART_CR1_MME); in LL_LPUART_EnableMuteMode()
670 CLEAR_BIT(LPUARTx->CR1, USART_CR1_MME); in LL_LPUART_DisableMuteMode()
681 return (READ_BIT(LPUARTx->CR1, USART_CR1_MME) == (USART_CR1_MME)); in LL_LPUART_IsEnabledMuteMode()
Dstm32l0xx_ll_usart.h805 SET_BIT(USARTx->CR1, USART_CR1_MME); in LL_USART_EnableMuteMode()
816 CLEAR_BIT(USARTx->CR1, USART_CR1_MME); in LL_USART_DisableMuteMode()
827 return (READ_BIT(USARTx->CR1, USART_CR1_MME) == (USART_CR1_MME)); in LL_USART_IsEnabledMuteMode()
Dstm32l0xx_hal_uart.h536 #define UART_ADVFEATURE_MUTEMODE_ENABLE ((uint32_t)USART_CR1_MME) /*!< UART mute mode…
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_lpuart.h940 SET_BIT(LPUARTx->CR1, USART_CR1_MME); in LL_LPUART_EnableMuteMode()
951 CLEAR_BIT(LPUARTx->CR1, USART_CR1_MME); in LL_LPUART_DisableMuteMode()
962 return (READ_BIT(LPUARTx->CR1, USART_CR1_MME) == (USART_CR1_MME)); in LL_LPUART_IsEnabledMuteMode()
Dstm32l4xx_ll_usart.h1129 SET_BIT(USARTx->CR1, USART_CR1_MME); in LL_USART_EnableMuteMode()
1140 CLEAR_BIT(USARTx->CR1, USART_CR1_MME); in LL_USART_DisableMuteMode()
1151 return ((READ_BIT(USARTx->CR1, USART_CR1_MME) == (USART_CR1_MME)) ? 1UL : 0UL); in LL_USART_IsEnabledMuteMode()
Dstm32l4xx_hal_uart.h638 #define UART_ADVFEATURE_MUTEMODE_ENABLE USART_CR1_MME /*!< UART mute mode enable */
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_uart.c1931 SET_BIT(huart->Instance->CR1, USART_CR1_MME); in HAL_MultiProcessor_EnableMuteMode()
1952 CLEAR_BIT(huart->Instance->CR1, USART_CR1_MME); in HAL_MultiProcessor_DisableMuteMode()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c2582 SET_BIT(huart->Instance->CR1, USART_CR1_MME); in HAL_MultiProcessor_EnableMuteMode()
2603 CLEAR_BIT(huart->Instance->CR1, USART_CR1_MME); in HAL_MultiProcessor_DisableMuteMode()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h5934 #define USART_CR1_MME USART_CR1_MME_Msk /*!< Mute Mode Enabl… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h6996 #define USART_CR1_MME USART_CR1_MME_Msk /*!< Mute Mode Enabl… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h6837 #define USART_CR1_MME USART_CR1_MME_Msk /*!< Mute Mode Enabl… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h15904 #define USART_CR1_MME USART_CR1_MME_Msk /*!< Mute Mode Enabl… macro