Home
last modified time | relevance | path

Searched refs:USART_SLAVEMODE_ENABLE (Results 1 – 3 of 3) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_usart_ex.h71 #define USART_SLAVEMODE_ENABLE USART_CR2_SLVEN /*!< USART SPI Slave Mode Disable */ macro
329 ((__STATE__) == USART_SLAVEMODE_ENABLE))
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_usart_ex.c211 husart->SlaveMode = USART_SLAVEMODE_ENABLE; in HAL_USARTEx_EnableSlaveMode()
253 husart->SlaveMode = USART_SLAVEMODE_ENABLE; in HAL_USARTEx_DisableSlaveMode()
H A Dstm32l4xx_hal_usart.c941 if (husart->SlaveMode == USART_SLAVEMODE_ENABLE) in HAL_USART_Receive()
1027 if ((husart->TxXferCount == 0x01U) || (husart->SlaveMode == USART_SLAVEMODE_ENABLE)) in HAL_USART_TransmitReceive()
3382 if (husart->SlaveMode == USART_SLAVEMODE_ENABLE) in USART_RxISR_8BIT()
3496 if (husart->SlaveMode == USART_SLAVEMODE_ENABLE) in USART_RxISR_16BIT()
3606 if (husart->SlaveMode == USART_SLAVEMODE_ENABLE) in USART_RxISR_8BIT_FIFOEN()
3751 if (husart->SlaveMode == USART_SLAVEMODE_ENABLE) in USART_RxISR_16BIT_FIFOEN()