Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 14 of 14) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_hal_registers.c686 static uint16_t tfa9890_dsp_system_stable(tfa9896_handle_t *handle, int *ready) in tfa9890_dsp_system_stable() argument
704 *ready = (tfa_get_bf_value(TFA1_BF_AMPS, status) == 1); in tfa9890_dsp_system_stable()
705 if (*ready) /* if ready go back */ in tfa9890_dsp_system_stable()
711 …*ready = !((tfa_get_bf_value(TFA1_BF_AREFS, status) == 0) || (tfa_get_bf_value(TFA1_BF_CLKS, statu… in tfa9890_dsp_system_stable()
712 if (!*ready) /* if not ready go back */ in tfa9890_dsp_system_stable()
732 *ready = (status == 0); in tfa9890_dsp_system_stable()
733 if (*ready) /* if ready go on */ in tfa9890_dsp_system_stable()
751 *ready = (mtp0 != 0); /* The MTP register written? */ in tfa9890_dsp_system_stable()
756 *ready = 0; in tfa9890_dsp_system_stable()
1013 status_t TFA9896_DSP_System_Stable(tfa9896_handle_t *handle, int *ready) in TFA9896_DSP_System_Stable() argument
[all …]
Dfsl_tfa9896.h388 status_t TFA9896_DSP_System_Stable(tfa9896_handle_t *handle, int *ready);
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c312 int rc, loop = 50, ready = 0, sampcnt0; in tfa2_haptic_obj0_wait_finish() local
319 ready = sampcnt0 <= 0; in tfa2_haptic_obj0_wait_finish()
320 if (ready == 1) in tfa2_haptic_obj0_wait_finish()
332 int loop = 50, ready = 0, sampcnt0; in tfa2_haptic_calibrate_wait() local
339 ready = (sampcnt0 <= 0) && (f0 != 0); in tfa2_haptic_calibrate_wait()
340 if (ready == 1) in tfa2_haptic_calibrate_wait()
353 int loop, ready = 0, sampcnt0 = 0; in tfa2_haptic_recalculate_wait() local
386 ready = (sampcnt0 <= 0) && (recalc_selector < 0); in tfa2_haptic_recalculate_wait()
387 if (ready == 1) in tfa2_haptic_recalculate_wait()
Dtfa2_dev.c973 int tfa2_dev_dsp_system_stable(struct tfa2_device *tfa, int *ready) in tfa2_dev_dsp_system_stable() argument
994 *ready = rc; in tfa2_dev_dsp_system_stable()
2177 int loop = 50, ready = 0; in tfa2_sb_calibrate_ackwait() local
2181 ready = tfa2_i2c_read_bf(tfa->i2c, TFA9XXX_BF_ACKCAL); in tfa2_sb_calibrate_ackwait()
2182 if (ready == 1) in tfa2_sb_calibrate_ackwait()
2184 else if (ready < 0) in tfa2_sb_calibrate_ackwait()
Dtfa2_dev.h455 int tfa2_dev_dsp_system_stable(struct tfa2_device *tfa, int *ready);
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_os.h295 osRtxObject_t ready; ///< Ready List Object member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/drivers/upower/
Dupower_defs.h723 upwr_ready_msg ready; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD7/drivers/upower/
Dupower_defs.h723 upwr_ready_msg ready; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US5/drivers/upower/
Dupower_defs.h723 upwr_ready_msg ready; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US3/drivers/upower/
Dupower_defs.h723 upwr_ready_msg ready; member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD3/drivers/upower/
Dupower_defs.h723 upwr_ready_msg ready; member
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c114 static void set_supp_ready_state(bool ready) in set_supp_ready_state() argument
116 g_supp_ready = ready; in set_supp_ready_state()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/Common/
Dfwk_platform_mcuboot_ota.ch283 * \brief Patch candidate image's trailer to mark it 'ready for test' or 'permanent'
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/
DChangeLogKSDK.txt52 - eRPC: Python3.8 is not ready for usage of typing.Any type, GitHub PR #325.