Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c.h90 } lpi2c_direction_t; typedef
220 lpi2c_direction_t direction; /*!< Either #kLPI2C_Read or #kLPI2C_Write. */
718 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir);
736 …inline status_t LPI2C_MasterRepeatedStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterRepeatedStart()
Dfsl_lpi2c_edma.c147 lpi2c_direction_t direction = xfer->subaddressSize ? kLPI2C_Write : xfer->direction; in LPI2C_GenerateCommands()
Dfsl_lpi2c.c522 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterStart()
889 lpi2c_direction_t direction = xfer->subaddressSize ? kLPI2C_Write : xfer->direction; in LPI2C_InitTransferStateMachine()