Home
last modified time | relevance | path

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

/hal_silabs-latest/gecko/emlib/src/
Dem_can.c407 bool wait) in CAN_SetIdAndFilter() argument
461 CAN_SendRequest(can, interface, message->msgNum, wait); in CAN_SetIdAndFilter()
506 bool wait) in CAN_ConfigureMessageObject() argument
540 CAN_SendRequest(can, interface, msgNum, wait); in CAN_ConfigureMessageObject()
575 bool wait) in CAN_SendMessage() argument
643 CAN_SendRequest(can, interface, message->msgNum, wait); in CAN_SendMessage()
754 bool wait) in CAN_AbortSendMessage() argument
777 CAN_SendRequest(can, interface, msgNum, wait); in CAN_AbortSendMessage()
921 bool wait) in CAN_SendRequest() argument
934 if (wait) { in CAN_SendRequest()
Dem_cmu_fpga.c435 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument
439 (void) wait; in CMU_OscillatorEnable()
Dem_emu.c1843 void EMU_VScaleEM01ByClock(uint32_t clockFrequency, bool wait) in EMU_VScaleEM01ByClock() argument
1870 EMU_VScaleEM01(emuVScaleEM01_LowPower, wait); in EMU_VScaleEM01ByClock()
1872 EMU_VScaleEM01(emuVScaleEM01_HighPerformance, wait); in EMU_VScaleEM01ByClock()
1896 void EMU_VScaleEM01(EMU_VScaleEM01_TypeDef voltage, bool wait) in EMU_VScaleEM01() argument
1914 (void)wait; in EMU_VScaleEM01()
1955 if (wait) { in EMU_VScaleEM01()
Dem_cmu.c11169 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument
11293 if (wait) { in CMU_OscillatorEnable()
11333 if (wait) { in CMU_OscillatorEnable()
11629 bool wait) in CMU_OscillatorTuningOptimize() argument
11640 if (wait) { in CMU_OscillatorTuningOptimize()
/hal_silabs-latest/gecko/emlib/inc/
Dem_can.h217 bool wait);
226 bool wait);
231 bool wait);
240 bool wait);
253 bool wait);
Dem_emu.h1139 void EMU_VScaleEM01ByClock(uint32_t clockFrequency, bool wait);
1140 void EMU_VScaleEM01(EMU_VScaleEM01_TypeDef voltage, bool wait);
Dem_cmu_fpga.h645 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait);
Dem_cmu.h1614 bool wait) in CMU_OscillatorEnable() argument
1618 (void)wait; in CMU_OscillatorEnable()
3398 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait);
3406 bool wait);
/hal_silabs-latest/simplicity_sdk/platform/service/power_manager/src/sleep_loop/
Dsl_power_manager_hal_s2.c491 bool sli_power_manager_is_high_freq_accuracy_clk_ready(bool wait) in sli_power_manager_is_high_freq_accuracy_clk_ready() argument
498 (void)wait; in sli_power_manager_is_high_freq_accuracy_clk_ready()
501 return sli_hfxo_manager_is_hfxo_ready(wait); in sli_power_manager_is_high_freq_accuracy_clk_ready()
Dsli_power_manager_private.h94 bool sli_power_manager_is_high_freq_accuracy_clk_ready(bool wait);
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_cmu_fpga.c435 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument
439 (void) wait; in CMU_OscillatorEnable()
Dem_cmu_fpga_npu.c438 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument
442 (void) wait; in CMU_OscillatorEnable()
Dem_emu.c1898 void EMU_VScaleEM01ByClock(uint32_t clockFrequency, bool wait) in EMU_VScaleEM01ByClock() argument
1925 EMU_VScaleEM01(emuVScaleEM01_LowPower, wait); in EMU_VScaleEM01ByClock()
1927 EMU_VScaleEM01(emuVScaleEM01_HighPerformance, wait); in EMU_VScaleEM01ByClock()
1951 void EMU_VScaleEM01(EMU_VScaleEM01_TypeDef voltage, bool wait) in EMU_VScaleEM01() argument
1969 (void)wait; in EMU_VScaleEM01()
2010 if (wait) { in EMU_VScaleEM01()
Dem_cmu.c11222 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument
11346 if (wait) { in CMU_OscillatorEnable()
11386 if (wait) { in CMU_OscillatorEnable()
11682 bool wait) in CMU_OscillatorTuningOptimize() argument
11693 if (wait) { in CMU_OscillatorTuningOptimize()
/hal_silabs-latest/simplicity_sdk/platform/service/hfxo_manager/src/
Dsl_hfxo_manager_hal_s2.c190 bool sli_hfxo_manager_is_hfxo_ready(bool wait) in sli_hfxo_manager_is_hfxo_ready() argument
200 } while (!ready && wait); in sli_hfxo_manager_is_hfxo_ready()
/hal_silabs-latest/simplicity_sdk/platform/service/hfxo_manager/inc/
Dsli_hfxo_manager.h96 bool sli_hfxo_manager_is_hfxo_ready(bool wait);
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_emu.h1202 void EMU_VScaleEM01ByClock(uint32_t clockFrequency, bool wait);
1203 void EMU_VScaleEM01(EMU_VScaleEM01_TypeDef voltage, bool wait);
Dem_cmu_fpga.h645 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait);
Dem_cmu.h1615 bool wait) in CMU_OscillatorEnable() argument
1619 (void)wait; in CMU_OscillatorEnable()
3399 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait);
3407 bool wait);
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer.c1167 volatile bool wait = true; in sl_sleeptimer_delay_millisecond() local
1175 (void *)&wait, in sl_sleeptimer_delay_millisecond()
1179 while (wait) { // Active delay loop. in sl_sleeptimer_delay_millisecond()
/hal_silabs-latest/gecko/platform/radio/rail_lib/common/
Drail.h2195 bool wait);
3948 int16_t RAIL_GetRssi(RAIL_Handle_t railHandle, bool wait);
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/common/
Drail.h2518 bool wait);
4286 int16_t RAIL_GetRssi(RAIL_Handle_t railHandle, bool wait);