Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/boot_stage2/
Dboot2_w25x10cl.S146 movs r1, #SSI_SR_RFNE_BITS
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
Dboot2_w25x10cl.S142 movs r1, #SSI_SR_RFNE_BITS
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/
Dflash.c231 bool can_get = flags & SSI_SR_RFNE_BITS; in __no_inline_not_in_flash_func()
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/
Dssi.h360 #define SSI_SR_RFNE_BITS _u(0x00000008) macro