Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 12 of 12) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/extern_flash/
Dfsl_adapter_eeprom_AT25Fxxxx.c105 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()
Dfsl_adapter_eeprom_AT45DBxxxx.c116 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/
Dfsl_ocotp.c127 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()
Dfsl_ocotp.h55 uint32_t wait; /*!< Wait time value to fill in the TIMING register. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QM6/drivers/
Dfsl_sc_event.c354 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()
Dfsl_sc_event.h258 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/
Da00760.map3 <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/
Dmcux.py27 p.wait()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/hashcrypt/
Dfsl_hashcrypt.c296 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/
Drun_a_project_using_mcux.md29 appears, click the **OK** button and wait until the import has finished.
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c521 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/
DKW4xXcvrDrv.c57 #define wait(param) while(param) macro