Home
last modified time | relevance | path

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

12

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_ll_lpuart.h848 SET_BIT(LPUARTx->CR1, USART_CR1_MME); in LL_LPUART_EnableMuteMode()
859 CLEAR_BIT(LPUARTx->CR1, USART_CR1_MME); in LL_LPUART_DisableMuteMode()
870 return ((READ_BIT(LPUARTx->CR1, USART_CR1_MME) == (USART_CR1_MME)) ? 1UL : 0UL); in LL_LPUART_IsEnabledMuteMode()
H A Dstm32h7xx_ll_usart.h1011 SET_BIT(USARTx->CR1, USART_CR1_MME); in LL_USART_EnableMuteMode()
1022 CLEAR_BIT(USARTx->CR1, USART_CR1_MME); in LL_USART_DisableMuteMode()
1033 return ((READ_BIT(USARTx->CR1, USART_CR1_MME) == (USART_CR1_MME)) ? 1UL : 0UL); in LL_USART_IsEnabledMuteMode()
H A Dstm32h7xx_hal_uart.h619 #define UART_ADVFEATURE_MUTEMODE_ENABLE USART_CR1_MME /*!< UART mute mode enable */
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h40 #define USART_CR1_MME BIT(13) macro
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h40 #define USART_CR1_MME BIT(13) macro
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h40 #define USART_CR1_MME BIT(13) macro
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h40 #define USART_CR1_MME BIT(13) macro
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h40 #define USART_CR1_MME BIT(13) macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tty/serial/
H A Dstm32-usart.h157 #define USART_CR1_MME BIT(13) /* F7 */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tty/serial/
H A Dstm32-usart.h157 #define USART_CR1_MME BIT(13) /* F7 */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tty/serial/
H A Dstm32-usart.h157 #define USART_CR1_MME BIT(13) /* F7 */ macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/src/
H A Dstm32f37x_usart.c957 USARTx->CR1 |= USART_CR1_MME; in USART_MuteModeCmd()
962 USARTx->CR1 &= (uint32_t)~((uint32_t)USART_CR1_MME); in USART_MuteModeCmd()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F30x_StdPeriph_Driver/src/
H A Dstm32f30x_usart.c1009 USARTx->CR1 |= USART_CR1_MME; in USART_MuteModeCmd()
1014 USARTx->CR1 &= (uint32_t)~((uint32_t)USART_CR1_MME); in USART_MuteModeCmd()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F0xx_StdPeriph_Driver/src/
H A Dstm32f0xx_usart.c1047 USARTx->CR1 |= USART_CR1_MME; in USART_MuteModeCmd()
1052 USARTx->CR1 &= (uint32_t)~((uint32_t)USART_CR1_MME); in USART_MuteModeCmd()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/src/
H A Dstm32f37x_usart.c957 USARTx->CR1 |= USART_CR1_MME; in USART_MuteModeCmd()
962 USARTx->CR1 &= (uint32_t)~((uint32_t)USART_CR1_MME); in USART_MuteModeCmd()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_ll_usart.h1011 SET_BIT(USARTx->CR1, USART_CR1_MME); in LL_USART_EnableMuteMode()
1022 CLEAR_BIT(USARTx->CR1, USART_CR1_MME); in LL_USART_DisableMuteMode()
1033 return ((READ_BIT(USARTx->CR1, USART_CR1_MME) == (USART_CR1_MME)) ? 1UL : 0UL); in LL_USART_IsEnabledMuteMode()
H A Dstm32g4xx_hal_uart.h616 #define UART_ADVFEATURE_MUTEMODE_ENABLE USART_CR1_MME /*!< UART mute mode enable */
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/src/
H A Dstm32g4xx_hal_uart.c2552 SET_BIT(huart->Instance->CR1, USART_CR1_MME); in HAL_MultiProcessor_EnableMuteMode()
2572 CLEAR_BIT(huart->Instance->CR1, USART_CR1_MME); in HAL_MultiProcessor_DisableMuteMode()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_uart.c2659 SET_BIT(huart->Instance->CR1, USART_CR1_MME); in HAL_MultiProcessor_EnableMuteMode()
2679 CLEAR_BIT(huart->Instance->CR1, USART_CR1_MME); in HAL_MultiProcessor_DisableMuteMode()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f37x/
H A Dstm32f37x.h5222 #define USART_CR1_MME ((uint32_t)0x00002000) /*!< Mute Mode Enabl… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f0xx/
H A Dstm32f0xx.h5301 #define USART_CR1_MME ((uint32_t)0x00002000) /*!< Mute Mode Enabl… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f37x/
H A Dstm32f37x.h5222 #define USART_CR1_MME ((uint32_t)0x00002000) /*!< Mute Mode Enabl… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f30x/
H A Dstm32f30x.h8788 #define USART_CR1_MME ((uint32_t)0x00002000) /*!< Mute Mode Enabl… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_g4xx/
H A Dstm32g431xx.h11080 #define USART_CR1_MME USART_CR1_MME_Msk /*!< Mute Mode Enabl… macro
H A Dstm32gbk1cb.h11052 #define USART_CR1_MME USART_CR1_MME_Msk /*!< Mute Mode Enabl… macro

12