Home
last modified time | relevance | path

Searched refs:I3C_MasterStart (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c1224 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()
Dfsl_i3c_edma.c173 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()
Dfsl_i3c.h1132 status_t I3C_MasterStart(I3C_Type *base, i3c_bus_type_t type, uint8_t address, i3c_direction_t dir);
Dfsl_i3c_dma.c481 result = I3C_MasterStart(base, xfer->busType, xfer->slaveAddress, direction); in I3C_MasterInitTransferStateMachineDMA()