Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.h62 } flexio_i2c_direction_t; typedef
91 flexio_i2c_direction_t direction; /*!< Transfer direction, read or write. */
294 void FLEXIO_I2C_MasterStart(FLEXIO_I2C_Type *base, uint8_t address, flexio_i2c_direction_t directio…
Dfsl_flexio_i2c_master.c972 void FLEXIO_I2C_MasterStart(FLEXIO_I2C_Type *base, uint8_t address, flexio_i2c_direction_t directio… in FLEXIO_I2C_MasterStart()