Searched refs:I3C_MasterStart (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/ |
| D | fsl_i3c.c | 1224 status_t I3C_MasterStart(I3C_Type *base, i3c_bus_type_t type, uint8_t address, i3c_direction_t dir) in I3C_MasterStart() function 1855 result = I3C_MasterStart(base, transfer->busType, 0x7E, kI3C_Write); in I3C_MasterTransferBlocking() 1877 result = I3C_MasterStart(base, transfer->busType, transfer->slaveAddress, direction); in I3C_MasterTransferBlocking() 2412 result = I3C_MasterStart(base, xfer->busType, 0x7E, kI3C_Write); in I3C_InitTransferStateMachine() 2456 result = I3C_MasterStart(base, xfer->busType, xfer->slaveAddress, direction); in I3C_InitTransferStateMachine()
|
| D | fsl_i3c_edma.c | 173 result = I3C_MasterStart(base, xfer->busType, 0x7E, kI3C_Write); in I3C_MasterInitTransferStateMachineEDMA() 244 result = I3C_MasterStart(base, xfer->busType, xfer->slaveAddress, direction); in I3C_MasterInitTransferStateMachineEDMA()
|
| D | fsl_i3c.h | 1132 status_t I3C_MasterStart(I3C_Type *base, i3c_bus_type_t type, uint8_t address, i3c_direction_t dir);
|
| D | fsl_i3c_dma.c | 481 result = I3C_MasterStart(base, xfer->busType, xfer->slaveAddress, direction); in I3C_MasterInitTransferStateMachineDMA()
|