Searched refs:lpi2c_direction_t (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpi2c/ |
D | fsl_lpi2c.h | 108 } lpi2c_direction_t; typedef 240 lpi2c_direction_t direction; /*!< Either #kLPI2C_Read or #kLPI2C_Write. */ 822 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir); 840 …inline status_t LPI2C_MasterRepeatedStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterRepeatedStart()
|
D | fsl_lpi2c.c | 775 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterStart() 1053 …lpi2c_direction_t direction = (0U != transfer->subaddressSize) ? kLPI2C_Write : transfer->directio… in LPI2C_MasterTransferBlocking() 1513 lpi2c_direction_t direction = (0U != xfer->subaddressSize) ? kLPI2C_Write : xfer->direction; in LPI2C_InitTransferStateMachine()
|
D | fsl_lpi2c_edma.c | 179 lpi2c_direction_t direction = (xfer->subaddressSize != 0U) ? kLPI2C_Write : xfer->direction; in LPI2C_GenerateCommands()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/ |
D | fsl_lpi2c.h | 108 } lpi2c_direction_t; typedef 237 lpi2c_direction_t direction; /*!< Either #kLPI2C_Read or #kLPI2C_Write. */ 788 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir); 806 …inline status_t LPI2C_MasterRepeatedStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterRepeatedStart()
|
D | fsl_lpi2c.c | 686 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterStart() 952 …lpi2c_direction_t direction = (0U != transfer->subaddressSize) ? kLPI2C_Write : transfer->directio… in LPI2C_MasterTransferBlocking() 1367 lpi2c_direction_t direction = (0U != xfer->subaddressSize) ? kLPI2C_Write : xfer->direction; in LPI2C_InitTransferStateMachine()
|
D | fsl_lpi2c_edma.c | 186 lpi2c_direction_t direction = (xfer->subaddressSize != 0U) ? kLPI2C_Write : xfer->direction; in LPI2C_GenerateCommands()
|