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/ |
D | stm32l0xx_ll_lpuart.h | 659 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()
|
D | stm32l0xx_ll_usart.h | 805 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()
|
D | stm32l0xx_hal_uart.h | 536 #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/ |
D | stm32l4xx_ll_lpuart.h | 940 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()
|
D | stm32l4xx_ll_usart.h | 1129 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()
|
D | stm32l4xx_hal_uart.h | 638 #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/ |
D | stm32l0xx_hal_uart.c | 1931 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/ |
D | stm32l4xx_hal_uart.c | 2582 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/ |
D | stm32l081xx.h | 5934 #define USART_CR1_MME USART_CR1_MME_Msk /*!< Mute Mode Enabl… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 6996 #define USART_CR1_MME USART_CR1_MME_Msk /*!< Mute Mode Enabl… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 6837 #define USART_CR1_MME USART_CR1_MME_Msk /*!< Mute Mode Enabl… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 15904 #define USART_CR1_MME USART_CR1_MME_Msk /*!< Mute Mode Enabl… macro
|