| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_can.c | 407 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()
|
| D | em_cmu_fpga.c | 435 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument 439 (void) wait; in CMU_OscillatorEnable()
|
| D | em_emu.c | 1843 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()
|
| D | em_cmu.c | 11169 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/ |
| D | em_can.h | 217 bool wait); 226 bool wait); 231 bool wait); 240 bool wait); 253 bool wait);
|
| D | em_emu.h | 1139 void EMU_VScaleEM01ByClock(uint32_t clockFrequency, bool wait); 1140 void EMU_VScaleEM01(EMU_VScaleEM01_TypeDef voltage, bool wait);
|
| D | em_cmu_fpga.h | 645 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait);
|
| D | em_cmu.h | 1614 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/ |
| D | sl_power_manager_hal_s2.c | 491 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()
|
| D | sli_power_manager_private.h | 94 bool sli_power_manager_is_high_freq_accuracy_clk_ready(bool wait);
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_cmu_fpga.c | 435 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument 439 (void) wait; in CMU_OscillatorEnable()
|
| D | em_cmu_fpga_npu.c | 438 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument 442 (void) wait; in CMU_OscillatorEnable()
|
| D | em_emu.c | 1898 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()
|
| D | em_cmu.c | 11222 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/ |
| D | sl_hfxo_manager_hal_s2.c | 190 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/ |
| D | sli_hfxo_manager.h | 96 bool sli_hfxo_manager_is_hfxo_ready(bool wait);
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_emu.h | 1202 void EMU_VScaleEM01ByClock(uint32_t clockFrequency, bool wait); 1203 void EMU_VScaleEM01(EMU_VScaleEM01_TypeDef voltage, bool wait);
|
| D | em_cmu_fpga.h | 645 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait);
|
| D | em_cmu.h | 1615 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/ |
| D | sl_sleeptimer.c | 1167 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/ |
| D | rail.h | 2195 bool wait); 3948 int16_t RAIL_GetRssi(RAIL_Handle_t railHandle, bool wait);
|
| /hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/common/ |
| D | rail.h | 2518 bool wait); 4286 int16_t RAIL_GetRssi(RAIL_Handle_t railHandle, bool wait);
|