| /hal_nxp-latest/mcux/mcux-sdk/drivers/s3mu/ |
| D | fsl_s3mu.c | 37 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()
|
| D | fsl_s3mu.h | 114 status_t S3MU_WaitForData(S3MU_Type *mu, uint32_t *buf, size_t wordCount, uint32_t wait);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/elemu/ |
| D | fsl_elemu.c | 73 …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 …]
|
| D | fsl_elemu.h | 47 …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/ |
| D | fsl_adapter_eeprom_AT25Fxxxx.c | 100 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()
|
| 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-latest/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-latest/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-latest/mcux/mcux-sdk/scripts/kconfig/ |
| D | mcux.py | 27 p.wait()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/hashcrypt/ |
| D | fsl_hashcrypt.c | 287 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/ |
| D | fsl_caam.c | 606 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/ |
| D | README | 136 …- 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/ |
| D | evkmimxrt1180_cm33.jlinkscript | 381 // DMA channel is active, wait it get finished
|
| D | evkmimxrt1180_cm7.jlinkscript | 381 // DMA channel is active, wait it get finished
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi-sdio.c | 218 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()
|
| D | wifi.c | 264 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/ |
| D | KW4xXcvrDrv.c | 57 #define wait(param) while(param) macro
|