Lines Matching defs:base
187 uint32_t I2C_GetInstance(I2C_Type *base) in I2C_GetInstance()
240 void I2C_MasterInit(I2C_Type *base, const i2c_master_config_t *masterConfig, uint32_t srcClock_Hz) in I2C_MasterInit()
264 void I2C_MasterDeinit(I2C_Type *base) in I2C_MasterDeinit()
281 uint32_t I2C_GetStatusFlags(I2C_Type *base) in I2C_GetStatusFlags()
317 void I2C_MasterSetBaudRate(I2C_Type *base, uint32_t baudRate_Bps, uint32_t srcClock_Hz) in I2C_MasterSetBaudRate()
407 void I2C_MasterSetTimeoutValue(I2C_Type *base, uint8_t timeout_Ms, uint32_t srcClock_Hz) in I2C_MasterSetTimeoutValue()
424 static status_t I2C_PendingStatusWait(I2C_Type *base) in I2C_PendingStatusWait()
497 status_t I2C_MasterStart(I2C_Type *base, uint8_t address, i2c_direction_t direction) in I2C_MasterStart()
520 status_t I2C_MasterStop(I2C_Type *base) in I2C_MasterStop()
549 status_t I2C_MasterWriteBlocking(I2C_Type *base, const void *txBuff, size_t txSize, uint32_t flags) in I2C_MasterWriteBlocking()
640 status_t I2C_MasterReadBlocking(I2C_Type *base, void *rxBuff, size_t rxSize, uint32_t flags) in I2C_MasterReadBlocking()
701 static status_t I2C_MasterCheckStartResponse(I2C_Type *base) in I2C_MasterCheckStartResponse()
734 status_t I2C_MasterTransferBlocking(I2C_Type *base, i2c_master_transfer_t *xfer) in I2C_MasterTransferBlocking()
837 void I2C_MasterTransferCreateHandle(I2C_Type *base, in I2C_MasterTransferCreateHandle()
875 status_t I2C_MasterTransferNonBlocking(I2C_Type *base, i2c_master_handle_t *handle, i2c_master_tran… in I2C_MasterTransferNonBlocking()
916 status_t I2C_MasterTransferGetCount(I2C_Type *base, i2c_master_handle_t *handle, size_t *count) in I2C_MasterTransferGetCount()
948 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle) in I2C_MasterTransferAbort()
992 static status_t I2C_InitTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, i2c_maste… in I2C_InitTransferStateMachine()
1053 static status_t I2C_RunTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, bool *isDo… in I2C_RunTransferStateMachine()
1271 void I2C_MasterTransferHandleIRQ(I2C_Type *base, i2c_master_handle_t *handle) in I2C_MasterTransferHandleIRQ()
1300 static void I2C_SlaveInternalStateMachineReset(I2C_Type *base) in I2C_SlaveInternalStateMachineReset()
1350 static uint32_t I2C_SlavePollPending(I2C_Type *base) in I2C_SlavePollPending()
1375 static void I2C_SlaveInvokeEvent(I2C_Type *base, i2c_slave_handle_t *handle, i2c_slave_transfer_eve… in I2C_SlaveInvokeEvent()
1403 static bool I2C_SlaveAddressIRQ(I2C_Type *base, i2c_slave_handle_t *handle) in I2C_SlaveAddressIRQ()
1462 static status_t I2C_SlaveTransferNonBlockingInternal(I2C_Type *base, in I2C_SlaveTransferNonBlockingInternal()
1534 …I2C_Type *base, volatile i2c_slave_transfer_t *transfer, const void *txData, size_t txSize, uint32… in I2C_SlaveSetSendBuffer()
1564 …I2C_Type *base, volatile i2c_slave_transfer_t *transfer, void *rxData, size_t rxSize, uint32_t eve… in I2C_SlaveSetReceiveBuffer()
1580 void I2C_SlaveSetAddress(I2C_Type *base, in I2C_SlaveSetAddress()
1637 status_t I2C_SlaveInit(I2C_Type *base, const i2c_slave_config_t *slaveConfig, uint32_t srcClock_Hz) in I2C_SlaveInit()
1681 void I2C_SlaveDeinit(I2C_Type *base) in I2C_SlaveDeinit()
1697 status_t I2C_SlaveWriteBlocking(I2C_Type *base, const uint8_t *txBuff, size_t txSize) in I2C_SlaveWriteBlocking()
1784 status_t I2C_SlaveReadBlocking(I2C_Type *base, uint8_t *rxBuff, size_t rxSize) in I2C_SlaveReadBlocking()
1872 void I2C_SlaveTransferCreateHandle(I2C_Type *base, in I2C_SlaveTransferCreateHandle()
1933 status_t I2C_SlaveTransferNonBlocking(I2C_Type *base, i2c_slave_handle_t *handle, uint32_t eventMas… in I2C_SlaveTransferNonBlocking()
1947 status_t I2C_SlaveTransferGetCount(I2C_Type *base, i2c_slave_handle_t *handle, size_t *count) in I2C_SlaveTransferGetCount()
1977 void I2C_SlaveTransferAbort(I2C_Type *base, i2c_slave_handle_t *handle) in I2C_SlaveTransferAbort()
1997 void I2C_SlaveTransferHandleIRQ(I2C_Type *base, i2c_slave_handle_t *handle) in I2C_SlaveTransferHandleIRQ()