Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dssi.h188 _REG_(SSI_RX_SAMPLE_DLY_OFFSET) // SSI_RX_SAMPLE_DLY
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
Dboot2_at25sf128a.S135 movs r2, #SSI_RX_SAMPLE_DLY_OFFSET // == 0xf0 so need 8 bits of offset significance
Dboot2_w25q080.S135 movs r2, #SSI_RX_SAMPLE_DLY_OFFSET // == 0xf0 so need 8 bits of offset significance
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
Dboot2_at25sf128a.S131 movs r2, #SSI_RX_SAMPLE_DLY_OFFSET // == 0xf0 so need 8 bits of offset significance
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/
Dssi.h695 #define SSI_RX_SAMPLE_DLY_OFFSET _u(0x000000f0) macro