Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ahb_interface/src/
Dsli_siwx917_soc.c307 volatile int32_t loop_counter = 0; in rsi_select_option() local
320 RSI_RESET_LOOP_COUNTER(loop_counter); in rsi_select_option()
321 RSI_WHILE_LOOP((uint32_t)loop_counter, RSI_LOOP_COUNT_SELECT_OPTION) in rsi_select_option()
346 RSI_CHECK_LOOP_COUNTER(loop_counter, RSI_LOOP_COUNT_SELECT_OPTION); in rsi_select_option()
386 volatile int32_t loop_counter = 0; in rsi_boot_insn() local
413 RSI_RESET_LOOP_COUNTER(loop_counter); in rsi_boot_insn()
414 RSI_WHILE_LOOP((uint32_t)loop_counter, RSI_LOOP_COUNT_UPGRADE_IMAGE) in rsi_boot_insn()
421 RSI_CHECK_LOOP_COUNTER(loop_counter, RSI_LOOP_COUNT_UPGRADE_IMAGE); in rsi_boot_insn()
432 RSI_RESET_LOOP_COUNTER(loop_counter); in rsi_boot_insn()
433 RSI_WHILE_LOOP((uint32_t)loop_counter, RSI_LOOP_COUNT_UPGRADE_IMAGE) in rsi_boot_insn()
[all …]