Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 11 of 11) sorted by relevance

/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()
127 status_t ELEMU_mu_wait_for_ready(ELEMU_Type *mu, uint32_t wait) 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()
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()
/hal_nxp-latest/mcux/mcux-sdk/drivers/s3mu/
Dfsl_s3mu.c193 status_t S3MU_WaitForData(S3MU_Type *mu, uint32_t *buf, size_t wordCount, uint32_t 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()
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()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ocotp/
Dfsl_ocotp.h55 uint32_t wait; /*!< Wait time value to fill in the TIMING register. */ member
/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
Dfsl_adapter_eeprom_AT45DBxxxx.c116 volatile uint16_t wait = 0x400; /* near 50 ms @ 50 us/cycle */ in EEPROM_WaitForReady() local
/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()
/hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW40Z4/
DKW4xXcvrDrv.c57 #define wait(param) while(param) macro
/hal_nxp-latest/mcux/mcux-sdk/drivers/hashcrypt/
Dfsl_hashcrypt.c287 volatile uint32_t wait = 50u; in hashcrypt_check_need_key() local
/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()
Dwifi.c264 static int wifi_get_command_resp_sem(unsigned long wait) in wifi_get_command_resp_sem()
/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()
1938 bool wait; in CAAM_Wait() local