Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/s3mu/
Dfsl_s3mu.c37 static status_t s3mu_read_data_wait(S3MU_Type *mu, uint32_t *buf, uint8_t *size, uint32_t wait);
38 …c status_t s3mu_hal_receive_data_wait(S3MU_Type *mu, uint8_t regid, uint32_t *data, uint32_t wait);
193 status_t S3MU_WaitForData(S3MU_Type *mu, uint32_t *buf, size_t wordCount, uint32_t wait) in S3MU_WaitForData() argument
207 ret = s3mu_read_data_wait(mu, buf, &size, wait); in S3MU_WaitForData()
213 static status_t s3mu_read_data_wait(S3MU_Type *mu, uint32_t *buf, uint8_t *size, uint32_t wait) in s3mu_read_data_wait() argument
229 if (wait != 0u) in s3mu_read_data_wait()
231 … if ((ret = s3mu_hal_receive_data_wait(mu, rx_reg_idx, &buf[counter], wait)) != kStatus_Success) in s3mu_read_data_wait()
249 …ic status_t s3mu_hal_receive_data_wait(S3MU_Type *mu, uint8_t regid, uint32_t *data, uint32_t wait) in s3mu_hal_receive_data_wait() argument
255 if (--wait == 0u) in s3mu_hal_receive_data_wait()
Dfsl_s3mu.h114 status_t S3MU_WaitForData(S3MU_Type *mu, uint32_t *buf, size_t wordCount, uint32_t wait);
/hal_nxp-latest/mcux/mcux-sdk/drivers/elemu/
Dfsl_elemu.c73 …atus_t ELEMU_mu_hal_receive_data_wait(ELEMU_Type *mu, uint8_t regid, uint32_t *data, uint32_t wait) in ELEMU_mu_hal_receive_data_wait() argument
80 if (--wait == 0u) in ELEMU_mu_hal_receive_data_wait()
127 status_t ELEMU_mu_wait_for_ready(ELEMU_Type *mu, uint32_t wait) in ELEMU_mu_wait_for_ready() argument
136 if (wait == 0u) in ELEMU_mu_wait_for_ready()
152 wait--; in ELEMU_mu_wait_for_ready()
153 } while (wait != 0u); in ELEMU_mu_wait_for_ready()
281 status_t ELEMU_mu_read_data_wait(ELEMU_Type *mu, uint32_t buf[], uint8_t *size, uint32_t wait) in ELEMU_mu_read_data_wait() argument
298 if (wait > 0u) in ELEMU_mu_read_data_wait()
300 …if ((ret = ELEMU_mu_hal_receive_data_wait(mu, rx_reg_idx, &buf[counter], wait)) != kStatus_Success) in ELEMU_mu_read_data_wait()
336 status_t ELEMU_mu_wait_for_data(ELEMU_Type *mu, uint32_t *buf, size_t wordCount, uint32_t wait) in ELEMU_mu_wait_for_data() argument
[all …]
Dfsl_elemu.h47 …tus_t ELEMU_mu_hal_receive_data_wait(ELEMU_Type *mu, uint8_t regid, uint32_t *data, uint32_t wait);
49 status_t ELEMU_mu_read_data_wait(ELEMU_Type *mu, uint32_t buf[], uint8_t *size, uint32_t wait);
53 status_t ELEMU_mu_wait_for_data(ELEMU_Type *mu, uint32_t *buf, size_t wordCount, uint32_t wait);
55 status_t ELEMU_mu_wait_for_ready(ELEMU_Type *mu, uint32_t wait);
/hal_nxp-latest/mcux/mcux-sdk/components/extern_flash/
Dfsl_adapter_eeprom_AT25Fxxxx.c100 volatile uint16_t wait = 0x400; /* near 50 ms @ 50 us/cycle */ in EEPROM_WaitForReady() local
106 if (0U != wait) in EEPROM_WaitForReady()
108 wait--; in EEPROM_WaitForReady()
117 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-latest/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-latest/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-latest/mcux/mcux-sdk/scripts/kconfig/
Dmcux.py27 p.wait()
/hal_nxp-latest/mcux/mcux-sdk/drivers/hashcrypt/
Dfsl_hashcrypt.c287 volatile uint32_t wait = 50u; in hashcrypt_check_need_key() local
289 while ((wait > 0U) && (base->STATUS == 0U)) in hashcrypt_check_need_key()
291 wait--; in hashcrypt_check_need_key()
/hal_nxp-latest/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c606 CAAM_Type *base, caam_job_ring_t jobRing, uint32_t *descriptor, bool *wait, bool *found) in caam_out_job_ring_test_and_remove() argument
613 *wait = true; in caam_out_job_ring_test_and_remove()
656 *wait = false; in caam_out_job_ring_test_and_remove()
1938 bool wait; in CAAM_Wait() local
1941 wait = true; in CAAM_Wait()
1945 while (wait) in CAAM_Wait()
1951 … (uint32_t *)ADD_OFFSET((uint32_t)descriptor), &wait, &found); in CAAM_Wait()
1957 wait = false; /* exit the while() */ in CAAM_Wait()
/hal_nxp-latest/mcux/
DREADME136 …- drivers: rtwdog: Fix the issue that driver doesn't wait the over status after CS register operat…
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1180/jlinkscript/
Devkmimxrt1180_cm33.jlinkscript381 // DMA channel is active, wait it get finished
Devkmimxrt1180_cm7.jlinkscript381 // DMA channel is active, wait it get finished
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-sdio.c218 static int wifi_sdio_get_command_resp_sem(unsigned long wait) in wifi_sdio_get_command_resp_sem() argument
220 return OSA_SemaphoreWait((osa_semaphore_handle_t)sdio_command_resp_sem, wait); in wifi_sdio_get_command_resp_sem()
Dwifi.c264 static int wifi_get_command_resp_sem(unsigned long wait) in wifi_get_command_resp_sem() argument
266 return OSA_SemaphoreWait((osa_semaphore_handle_t)wm_wifi.command_resp_sem, wait); in wifi_get_command_resp_sem()
/hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW40Z4/
DKW4xXcvrDrv.c57 #define wait(param) while(param) macro