Searched defs:TransferDirection (Results 1 – 7 of 7) sorted by relevance
56 …uint32_t TransferDirection; /*!< Specifies the SPI unidirectional or bidirectional data mode. member530 __STATIC_INLINE void LL_SPI_SetTransferDirection(SPI_TypeDef *SPIx, uint32_t TransferDirection) in LL_SPI_SetTransferDirection()
95 …uint32_t TransferDirection; /*!< Specifies whether the Receive and/or Transmit mode is ena… member496 …STATIC_INLINE void LL_USART_SetTransferDirection(USART_TypeDef *USARTx, uint32_t TransferDirection) in LL_USART_SetTransferDirection()
109 uint32_t TransferDirection; /*!< Specifies the data transfer direction, whether the transfer member
5076 __weak void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrM… in HAL_I2C_AddrCallback()6084 uint8_t TransferDirection = I2C_DIRECTION_RECEIVE; in I2C_Slave_ADDR() local
Completed in 27 milliseconds