Home
last modified time | relevance | path

Searched refs:flexio_i2c_direction_t (Results 1 – 2 of 2) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio_i2c_master.h57 } flexio_i2c_direction_t; typedef
85 flexio_i2c_direction_t direction; /*!< Transfer direction, read or write. */
278 void FLEXIO_I2C_MasterStart(FLEXIO_I2C_Type *base, uint8_t address, flexio_i2c_direction_t directio…
Dfsl_flexio_i2c_master.c577 void FLEXIO_I2C_MasterStart(FLEXIO_I2C_Type *base, uint8_t address, flexio_i2c_direction_t directio… in FLEXIO_I2C_MasterStart()