Searched refs:LPI2C_MasterGetFifoCounts (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/mekmimx8qx/ |
D | board.c | 294 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/ |
D | board.c | 294 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/ |
D | board.c | 240 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/ |
D | board.c | 240 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/ |
D | fsl_lpi2c.c | 350 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()
|
D | fsl_lpi2c.h | 725 static inline void LPI2C_MasterGetFifoCounts(LPI2C_Type *base, size_t *rxCount, size_t *txCount) in LPI2C_MasterGetFifoCounts() function
|