STM32H735xx HAL User Manual
|
USART SLAVE mode. More...
Defines | |
#define | USART_SLAVEMODE_DISABLE 0x00000000U |
#define | USART_SLAVEMODE_ENABLE USART_CR2_SLVEN |
USART SLAVE mode.
#define USART_SLAVEMODE_DISABLE 0x00000000U |
USART SPI Slave Mode Enable
Definition at line 68 of file stm32h7xx_hal_usart_ex.h.
Referenced by HAL_USART_Receive(), HAL_USART_Receive_DMA(), HAL_USART_Receive_IT(), HAL_USARTEx_DisableSlaveMode(), USART_RxISR_16BIT(), USART_RxISR_16BIT_FIFOEN(), USART_RxISR_8BIT(), and USART_RxISR_8BIT_FIFOEN().
#define USART_SLAVEMODE_ENABLE USART_CR2_SLVEN |
USART SPI Slave Mode Disable
Definition at line 69 of file stm32h7xx_hal_usart_ex.h.
Referenced by HAL_USART_Receive(), HAL_USART_TransmitReceive(), HAL_USARTEx_EnableSlaveMode(), USART_RxISR_16BIT(), USART_RxISR_16BIT_FIFOEN(), USART_RxISR_8BIT(), and USART_RxISR_8BIT_FIFOEN().