Home
last modified time | relevance | path

Searched refs:LPI2C_MasterGetFifoCounts (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/boards/mekmimx8qx/
Dboard.c294 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_SendWithoutSubAddr()
297 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_SendWithoutSubAddr()
319 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_SendWithoutSubAddr()
322 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_SendWithoutSubAddr()
386 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_ReceiveWithoutSubAddr()
389 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_ReceiveWithoutSubAddr()
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/mekmimx8qx/project_template/
Dboard.c294 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_SendWithoutSubAddr()
297 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_SendWithoutSubAddr()
319 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_SendWithoutSubAddr()
322 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_SendWithoutSubAddr()
386 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_ReceiveWithoutSubAddr()
389 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_ReceiveWithoutSubAddr()
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/mekmimx8qm/
Dboard.c240 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_SendWithoutSubAddr()
255 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_SendWithoutSubAddr()
258 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_SendWithoutSubAddr()
322 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_ReceiveWithoutSubAddr()
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/mekmimx8qm/project_template/
Dboard.c240 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_SendWithoutSubAddr()
255 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_SendWithoutSubAddr()
258 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_SendWithoutSubAddr()
322 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in BOARD_LPI2C_ReceiveWithoutSubAddr()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c350 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in LPI2C_MasterWaitForTxReady()
1201 LPI2C_MasterGetFifoCounts(base, NULL, &stateParams->txCount); in LPI2C_TransferStateMachineSendCommand()
1208 LPI2C_MasterGetFifoCounts(base, NULL, &stateParams->txCount); in LPI2C_TransferStateMachineSendCommand()
1385 LPI2C_MasterGetFifoCounts(base, &stateParams.rxCount, &stateParams.txCount); in LPI2C_RunTransferStateMachine()
Dfsl_lpi2c.h725 static inline void LPI2C_MasterGetFifoCounts(LPI2C_Type *base, size_t *rxCount, size_t *txCount) in LPI2C_MasterGetFifoCounts() function