Home
last modified time | relevance | path

Searched refs:RSI_WHILE_LOOP (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ahb_interface/src/
Dsli_siwx917_soc.c321 RSI_WHILE_LOOP((uint32_t)loop_counter, RSI_LOOP_COUNT_SELECT_OPTION) in rsi_select_option()
414 RSI_WHILE_LOOP((uint32_t)loop_counter, RSI_LOOP_COUNT_UPGRADE_IMAGE) in rsi_boot_insn()
433 RSI_WHILE_LOOP((uint32_t)loop_counter, RSI_LOOP_COUNT_UPGRADE_IMAGE) in rsi_boot_insn()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ahb_interface/inc/
Dsli_siwx917_soc.h59 #define RSI_WHILE_LOOP(X, Y) while ((X++) < (uint32_t)Y) macro