Lines Matching defs:base

328 uint32_t I3C_GetInstance(I3C_Type *base)  in I3C_GetInstance()
361 status_t I3C_MasterCheckAndClearError(I3C_Type *base, uint32_t status) in I3C_MasterCheckAndClearError()
434 status_t I3C_MasterWaitForCtrlDone(I3C_Type *base, bool waitIdle) in I3C_MasterWaitForCtrlDone()
478 static status_t I3C_MasterWaitForTxReady(I3C_Type *base, uint8_t byteCounts) in I3C_MasterWaitForTxReady()
516 static status_t I3C_MasterWaitForComplete(I3C_Type *base, bool waitIdle) in I3C_MasterWaitForComplete()
576 status_t I3C_SlaveCheckAndClearError(I3C_Type *base, uint32_t status) in I3C_SlaveCheckAndClearError()
652 static status_t I3C_SlaveWaitForTxReady(I3C_Type *base) in I3C_SlaveWaitForTxReady()
690 static status_t I3C_MasterEmitStop(I3C_Type *base, bool waitIdle) in I3C_MasterEmitStop()
717 i3c_ibi_type_t I3C_GetIBIType(I3C_Type *base) in I3C_GetIBIType()
748 status_t I3C_CheckForBusyBus(I3C_Type *base) in I3C_CheckForBusyBus()
798 void I3C_Init(I3C_Type *base, const i3c_config_t *config, uint32_t sourceClock_Hz) in I3C_Init()
952 void I3C_MasterInit(I3C_Type *base, const i3c_master_config_t *masterConfig, uint32_t sourceClock_H… in I3C_MasterInit()
1007 i3c_master_state_t I3C_MasterGetState(I3C_Type *base) in I3C_MasterGetState()
1054 void I3C_MasterDeinit(I3C_Type *base) in I3C_MasterDeinit()
1094 void I3C_MasterSetBaudRate(I3C_Type *base, const i3c_baudrate_hz_t *baudRate_Hz, uint32_t sourceClo… in I3C_MasterSetBaudRate()
1196 I3C_Type *base, i3c_bus_type_t type, uint8_t address, i3c_direction_t dir, uint8_t rxSize) in I3C_MasterStartWithRxSize()
1224 status_t I3C_MasterStart(I3C_Type *base, i3c_bus_type_t type, uint8_t address, i3c_direction_t dir) in I3C_MasterStart()
1258 I3C_Type *base, i3c_bus_type_t type, uint8_t address, i3c_direction_t dir, uint8_t rxSize) in I3C_MasterRepeatedStartWithRxSize()
1304 status_t I3C_MasterStop(I3C_Type *base) in I3C_MasterStop()
1315 void I3C_MasterEmitRequest(I3C_Type *base, i3c_bus_request_t masterReq) in I3C_MasterEmitRequest()
1337 void I3C_MasterRegisterIBI(I3C_Type *base, i3c_register_ibi_addr_t *ibiRule) in I3C_MasterRegisterIBI()
1363 void I3C_MasterGetIBIRules(I3C_Type *base, i3c_register_ibi_addr_t *ibiRule) in I3C_MasterGetIBIRules()
1392 status_t I3C_MasterReceive(I3C_Type *base, void *rxBuff, size_t rxSize, uint32_t flags) in I3C_MasterReceive()
1506 status_t I3C_MasterSend(I3C_Type *base, const void *txBuff, size_t txSize, uint32_t flags) in I3C_MasterSend()
1588 status_t I3C_MasterProcessDAASpecifiedBaudrate(I3C_Type *base, in I3C_MasterProcessDAASpecifiedBaudrate()
1728 i3c_device_info_t *I3C_MasterGetDeviceListAfterDAA(I3C_Type *base, uint8_t *count) in I3C_MasterGetDeviceListAfterDAA()
1744 static void I3C_MasterClearFlagsAndEnableIRQ(I3C_Type *base) in I3C_MasterClearFlagsAndEnableIRQ()
1762 static bool I3C_MasterTransferNoStartFlag(I3C_Type *base, i3c_master_transfer_t *transfer) in I3C_MasterTransferNoStartFlag()
1796 status_t I3C_MasterTransferBlocking(I3C_Type *base, i3c_master_transfer_t *transfer) in I3C_MasterTransferBlocking()
2016 void I3C_MasterTransferCreateHandle(I3C_Type *base, in I3C_MasterTransferCreateHandle()
2056 static void I3C_TransferStateMachineIBIWonState(I3C_Type *base, in I3C_TransferStateMachineIBIWonState()
2102 static void I3C_TransferStateMachineSendCommandState(I3C_Type *base, in I3C_TransferStateMachineSendCommandState()
2157 static void I3C_TransferStateMachineWaitRepeatedStartCompleteState(I3C_Type *base, in I3C_TransferStateMachineWaitRepeatedStartCompleteState()
2185 static void I3C_TransferStateMachineTransferDataState(I3C_Type *base, in I3C_TransferStateMachineTransferDataState()
2263 static void I3C_TransferStateMachineStopState(I3C_Type *base, in I3C_TransferStateMachineStopState()
2288 static status_t I3C_RunTransferStateMachine(I3C_Type *base, i3c_master_handle_t *handle, bool *isDo… in I3C_RunTransferStateMachine()
2388 static status_t I3C_InitTransferStateMachine(I3C_Type *base, i3c_master_handle_t *handle) in I3C_InitTransferStateMachine()
2491 status_t I3C_MasterTransferNonBlocking(I3C_Type *base, i3c_master_handle_t *handle, i3c_master_tran… in I3C_MasterTransferNonBlocking()
2564 status_t I3C_MasterTransferGetCount(I3C_Type *base, i3c_master_handle_t *handle, size_t *count) in I3C_MasterTransferGetCount()
2626 void I3C_MasterTransferAbort(I3C_Type *base, i3c_master_handle_t *handle) in I3C_MasterTransferAbort()
2651 void I3C_MasterTransferHandleIRQ(I3C_Type *base, void *intHandle) in I3C_MasterTransferHandleIRQ()
2757 void I3C_SlaveInit(I3C_Type *base, const i3c_slave_config_t *slaveConfig, uint32_t slowClock_Hz) in I3C_SlaveInit()
2863 void I3C_SlaveDeinit(I3C_Type *base) in I3C_SlaveDeinit()
2887 i3c_slave_activity_state_t I3C_SlaveGetActivityState(I3C_Type *base) in I3C_SlaveGetActivityState()
2921 void I3C_SlaveRequestEvent(I3C_Type *base, i3c_slave_event_t event) in I3C_SlaveRequestEvent()
2939 void I3C_SlaveRequestIBIWithSingleData(I3C_Type *base, uint8_t data, size_t dataSize) in I3C_SlaveRequestIBIWithSingleData()
2956 void I3C_SlaveRequestIBIWithData(I3C_Type *base, uint8_t *data, size_t dataSize) in I3C_SlaveRequestIBIWithData()
3017 status_t I3C_SlaveSend(I3C_Type *base, const void *txBuff, size_t txSize) in I3C_SlaveSend()
3056 status_t I3C_SlaveReceive(I3C_Type *base, void *rxBuff, size_t rxSize) in I3C_SlaveReceive()
3117 void I3C_SlaveTransferCreateHandle(I3C_Type *base, in I3C_SlaveTransferCreateHandle()
3175 status_t I3C_SlaveTransferNonBlocking(I3C_Type *base, i3c_slave_handle_t *handle, uint32_t eventMas… in I3C_SlaveTransferNonBlocking()
3212 status_t I3C_SlaveTransferGetCount(I3C_Type *base, i3c_slave_handle_t *handle, size_t *count) in I3C_SlaveTransferGetCount()
3242 void I3C_SlaveTransferAbort(I3C_Type *base, i3c_slave_handle_t *handle) in I3C_SlaveTransferAbort()
3260 static bool I3C_SlaveTransferHandleGetStatusFlags(I3C_Type *base, in I3C_SlaveTransferHandleGetStatusFlags()
3287 static void I3C_SlaveTransferHandleBusStart(I3C_Type *base, i3c_slave_transfer_t *xfer, uint32_t *p… in I3C_SlaveTransferHandleBusStart()
3295 static void I3C_SlaveTransferHandleEventSent(I3C_Type *base, i3c_slave_handle_t *handle, i3c_slave_… in I3C_SlaveTransferHandleEventSent()
3304 static void I3C_SlaveTransferHandleReceivedCCC(I3C_Type *base, i3c_slave_handle_t *handle, i3c_slav… in I3C_SlaveTransferHandleReceivedCCC()
3314 static void I3C_SlaveTransferHandleBusStop(I3C_Type *base, in I3C_SlaveTransferHandleBusStop()
3348 static void I3C_SlaveTransferHandleMatched(I3C_Type *base, i3c_slave_handle_t *handle, i3c_slave_tr… in I3C_SlaveTransferHandleMatched()
3359 static void I3C_SlaveTransferHandleTxReady(I3C_Type *base, in I3C_SlaveTransferHandleTxReady()
3408 static void I3C_SlaveTransferHandleRxReady(I3C_Type *base, in I3C_SlaveTransferHandleRxReady()
3445 void I3C_SlaveTransferHandleIRQ(I3C_Type *base, void *intHandle) in I3C_SlaveTransferHandleIRQ()
3511 static void I3C_CommonIRQHandler(I3C_Type *base, uint32_t instance) in I3C_CommonIRQHandler()