Home
last modified time | relevance | path

Searched refs:I2C_RETRY_TIMES (Results 1 – 16 of 16) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c.c279 #if I2C_RETRY_TIMES != 0U in I2C_InitTransferStateMachine()
280 uint32_t waitTimes = I2C_RETRY_TIMES; in I2C_InitTransferStateMachine()
847 #if I2C_RETRY_TIMES != 0U in I2C_MasterStart()
848 uint32_t waitTimes = I2C_RETRY_TIMES; in I2C_MasterStart()
909 #if I2C_RETRY_TIMES != 0U in I2C_MasterRepeatedStart()
910 uint32_t waitTimes = I2C_RETRY_TIMES; in I2C_MasterRepeatedStart()
945 #if I2C_RETRY_TIMES != 0U in I2C_MasterStop()
946 uint32_t waitTimes = I2C_RETRY_TIMES; in I2C_MasterStop()
1013 #if I2C_RETRY_TIMES != 0U in I2C_MasterWriteBlocking()
1014 uint32_t waitTimes = I2C_RETRY_TIMES; in I2C_MasterWriteBlocking()
[all …]
Dfsl_i2c_dma.c193 #if I2C_RETRY_TIMES in I2C_InitTransferStateMachineDMA()
194 uint32_t waitTimes = I2C_RETRY_TIMES; in I2C_InitTransferStateMachineDMA()
235 #if I2C_RETRY_TIMES in I2C_InitTransferStateMachineDMA()
285 #if I2C_RETRY_TIMES in I2C_InitTransferStateMachineDMA()
286 waitTimes = I2C_RETRY_TIMES; in I2C_InitTransferStateMachineDMA()
324 #if I2C_RETRY_TIMES in I2C_InitTransferStateMachineDMA()
325 waitTimes = I2C_RETRY_TIMES; in I2C_InitTransferStateMachineDMA()
516 #if I2C_RETRY_TIMES in I2C_MasterTransferDMA()
517 uint32_t waitTimes = I2C_RETRY_TIMES; in I2C_MasterTransferDMA()
Dfsl_i2c_edma.c234 #if I2C_RETRY_TIMES != 0U in I2C_InitTransferStateMachineEDMA()
235 uint32_t waitTimes = I2C_RETRY_TIMES; in I2C_InitTransferStateMachineEDMA()
286 #if I2C_RETRY_TIMES != 0U in I2C_InitTransferStateMachineEDMA()
287 waitTimes = I2C_RETRY_TIMES; in I2C_InitTransferStateMachineEDMA()
326 #if I2C_RETRY_TIMES != 0U in I2C_InitTransferStateMachineEDMA()
327 waitTimes = I2C_RETRY_TIMES; in I2C_InitTransferStateMachineEDMA()
523 #if I2C_RETRY_TIMES != 0U in I2C_MasterTransferEDMA()
524 uint32_t waitTimes = I2C_RETRY_TIMES; in I2C_MasterTransferEDMA()
Dfsl_i2c_dma.h30 #ifndef I2C_RETRY_TIMES
31 #define I2C_RETRY_TIMES 0U /* Define to zero means keep waiting until the flag is assert/deassert. … macro
Dfsl_i2c_edma.h30 #ifndef I2C_RETRY_TIMES
31 #define I2C_RETRY_TIMES 0U /* Define to zero means keep waiting until the flag is assert/deassert. … macro
Dfsl_i2c.h29 #ifndef I2C_RETRY_TIMES
30 #define I2C_RETRY_TIMES 0U /* Define to zero means keep waiting until the flag is assert/deassert. … macro
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c202 #if I2C_RETRY_TIMES in FLEXIO_I2C_MasterTransferInitStateMachine()
203 uint32_t waitTimes = I2C_RETRY_TIMES; in FLEXIO_I2C_MasterTransferInitStateMachine()
267 #if I2C_RETRY_TIMES in FLEXIO_I2C_MasterTransferStateMachineSendCommand()
303 #if I2C_RETRY_TIMES in FLEXIO_I2C_MasterTransferStateMachineSendCommand()
355 #if I2C_RETRY_TIMES in FLEXIO_I2C_MasterTransferStateMachineSendData()
388 #if I2C_RETRY_TIMES in FLEXIO_I2C_MasterTransferStateMachineReceiveDataBegin()
446 #if I2C_RETRY_TIMES in FLEXIO_I2C_MasterTransferStateMachineReceiveData()
483 #if I2C_RETRY_TIMES in FLEXIO_I2C_MasterTransferRunStateMachine()
484 uint32_t waitTimes = I2C_RETRY_TIMES; in FLEXIO_I2C_MasterTransferRunStateMachine()
1068 #if I2C_RETRY_TIMES in FLEXIO_I2C_MasterWriteBlocking()
[all …]
Dfsl_flexio_i2c_master.h29 #ifndef I2C_RETRY_TIMES
30 #define I2C_RETRY_TIMES 0U /* Define to zero means keep waiting until the flag is assert/deassert. … macro
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c344 #if I2C_RETRY_TIMES != 0U in LPI2C_MasterWaitForTxReady()
345 uint32_t waitTimes = I2C_RETRY_TIMES; in LPI2C_MasterWaitForTxReady()
360 #if I2C_RETRY_TIMES != 0U in LPI2C_MasterWaitForTxReady()
807 #if I2C_RETRY_TIMES != 0U in LPI2C_MasterStop()
808 uint32_t waitTimes = I2C_RETRY_TIMES; in LPI2C_MasterStop()
811 #if I2C_RETRY_TIMES != 0U in LPI2C_MasterStop()
833 #if I2C_RETRY_TIMES != 0U in LPI2C_MasterStop()
864 #if I2C_RETRY_TIMES != 0U in LPI2C_MasterStop()
902 #if I2C_RETRY_TIMES != 0U in LPI2C_MasterStop()
903 waitTimes = I2C_RETRY_TIMES; in LPI2C_MasterStop()
[all …]
Dfsl_lpi2c.h31 #ifndef I2C_RETRY_TIMES
32 #define I2C_RETRY_TIMES 0U /* Define to zero means keep waiting until the flag is assert/deassert. … macro
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_i2c/
Dfsl_i2c.c242 #if I2C_RETRY_TIMES in I2C_PendingStatusWait()
243 uint32_t waitTimes = I2C_RETRY_TIMES; in I2C_PendingStatusWait()
249 #if I2C_RETRY_TIMES in I2C_PendingStatusWait()
342 #if I2C_RETRY_TIMES in I2C_MasterWriteBlocking()
393 #if I2C_RETRY_TIMES in I2C_MasterWriteBlocking()
408 #if I2C_RETRY_TIMES in I2C_MasterWriteBlocking()
458 #if I2C_RETRY_TIMES in I2C_MasterReadBlocking()
487 #if I2C_RETRY_TIMES in I2C_MasterReadBlocking()
745 #if I2C_RETRY_TIMES in I2C_MasterTransferAbort()
764 #if I2C_RETRY_TIMES in I2C_MasterTransferAbort()
[all …]
Dfsl_i2c.h40 #ifndef I2C_RETRY_TIMES
41 #define I2C_RETRY_TIMES 0U /* Define to zero means keep waiting until the flag is assert/deassert. … macro
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/ii2c/
Dfsl_i2c.h29 #ifndef I2C_RETRY_TIMES
30 #define I2C_RETRY_TIMES 0U /* Define to zero means keep waiting until the flag is assert/deassert. … macro
Dfsl_i2c.c158 #if I2C_RETRY_TIMES in I2C_WaitForStatusReady()
159 uint32_t waitTimes = I2C_RETRY_TIMES; in I2C_WaitForStatusReady()
694 #if I2C_RETRY_TIMES in I2C_MasterStop()
695 uint32_t waitTimes = I2C_RETRY_TIMES; in I2C_MasterStop()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c.c429 #if I2C_RETRY_TIMES != 0U in I2C_PendingStatusWait()
430 uint32_t waitTimes = I2C_RETRY_TIMES; in I2C_PendingStatusWait()
452 #if I2C_RETRY_TIMES != 0U in I2C_PendingStatusWait()
1354 #if I2C_RETRY_TIMES != 0U in I2C_SlavePollPending()
1355 uint32_t waitTimes = I2C_RETRY_TIMES; in I2C_SlavePollPending()
1360 #if I2C_RETRY_TIMES != 0U in I2C_SlavePollPending()
Dfsl_i2c.h35 #ifndef I2C_RETRY_TIMES
36 #define I2C_RETRY_TIMES 0U /* Define to zero means keep waiting until the flag is assert/deassert. … macro