Searched refs:lpi2c_direction_t (Results 1 – 3 of 3) sorted by relevance
108 } lpi2c_direction_t; typedef237 lpi2c_direction_t direction; /*!< Either #kLPI2C_Read or #kLPI2C_Write. */787 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir);805 …inline status_t LPI2C_MasterRepeatedStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterRepeatedStart()
755 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterStart()1032 …lpi2c_direction_t direction = (0U != transfer->subaddressSize) ? kLPI2C_Write : transfer->directio… in LPI2C_MasterTransferBlocking()1479 lpi2c_direction_t direction = (0U != xfer->subaddressSize) ? kLPI2C_Write : xfer->direction; in LPI2C_InitTransferStateMachine()
179 lpi2c_direction_t direction = (xfer->subaddressSize != 0U) ? kLPI2C_Write : xfer->direction; in LPI2C_GenerateCommands()