Searched refs:wait (Results 1 – 12 of 12) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/extern_flash/ |
D | fsl_adapter_eeprom_AT25Fxxxx.c | 105 volatile uint16_t wait = 0x400; /* near 50 ms @ 50 us/cycle */ in EEPROM_WaitForReady() local 111 if (0U != wait) in EEPROM_WaitForReady() 113 wait--; in EEPROM_WaitForReady() 122 if (0U != wait) in EEPROM_WaitForReady()
|
D | fsl_adapter_eeprom_AT45DBxxxx.c | 116 volatile uint16_t wait = 0x400; /* near 50 ms @ 50 us/cycle */ in EEPROM_WaitForReady() local 128 if (0U != wait) in EEPROM_WaitForReady() 130 wait--; in EEPROM_WaitForReady() 139 if (0U != wait) in EEPROM_WaitForReady()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ocotp/ |
D | fsl_ocotp.c | 127 OCOTP_TIMING_WAIT(timingConfig.wait); in OCOTP_SetReadTiming() 137 OCOTP_TIMING_WAIT(timingConfig.wait); in OCOTP_SetWriteTiming() 158 …s_timingConfig.wait = (uint32_t)((OCOTP_TIMING_WAIT_NS * srcClock_Hz + 1000000000U) / 1000000000U … in OCOTP_Init() 179 s_timingConfig.wait = 0UL; in OCOTP_Deinit()
|
D | fsl_ocotp.h | 55 uint32_t wait; /*!< Wait time value to fill in the TIMING register. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QM6/drivers/ |
D | fsl_sc_event.c | 354 status_t SCEvent_WaitEvent(sc_event_sema4_wait_t wait, sc_event_sema4_post_t post, void *sem, uint3… in SCEvent_WaitEvent() argument 360 assert(wait); in SCEvent_WaitEvent() 368 ret = wait(sem, timeout); in SCEvent_WaitEvent()
|
D | fsl_sc_event.h | 258 status_t SCEvent_WaitEvent(sc_event_sema4_wait_t wait, sc_event_sema4_post_t post, void *sem, uint3…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/ISSDK API Reference Manual/ |
D | a00760.map | 3 <area shape="rect" id="node3" href="$a00755.html" title="The mekmimx8qm.c file defines wait power m…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/scripts/kconfig/ |
D | mcux.py | 27 p.wait()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/hashcrypt/ |
D | fsl_hashcrypt.c | 296 volatile uint32_t wait = 50u; in hashcrypt_check_need_key() local 298 while ((wait > 0U) && (base->STATUS == 0U)) in hashcrypt_check_need_key() 300 wait--; in hashcrypt_check_need_key()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/docs/ |
D | run_a_project_using_mcux.md | 29 appears, click the **OK** button and wait until the import has finished.
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/ |
D | fsl_caam.c | 521 CAAM_Type *base, caam_job_ring_t jobRing, uint32_t *descriptor, bool *wait, bool *found) in caam_out_job_ring_test_and_remove() argument 528 *wait = true; in caam_out_job_ring_test_and_remove() 571 *wait = false; in caam_out_job_ring_test_and_remove() 1850 bool wait; in CAAM_Wait() local 1853 wait = true; in CAAM_Wait() 1857 while (wait) in CAAM_Wait() 1863 … (uint32_t *)ADD_OFFSET((uint32_t)descriptor), &wait, &found); in CAAM_Wait() 1869 wait = false; /* exit the while() */ in CAAM_Wait()
|
/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW40Z4/ |
D | KW4xXcvrDrv.c | 57 #define wait(param) while(param) macro
|