Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_divider/
Ddivider.S15 str r1, [r3, #SIO_DIV_SDIVISOR_OFFSET]
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dsio.h164 _REG_(SIO_DIV_SDIVISOR_OFFSET) // SIO_DIV_SDIVISOR
/hal_rpi_pico-latest/src/rp2_common/pico_divider/
Ddivider_hardware.S49 #if (SIO_DIV_SDIVISOR_OFFSET != SIO_DIV_SDIVIDEND_OFFSET + 4) || (SIO_DIV_QUOTIENT_OFFSET != SIO_DI…
119 str r1, [r2, #SIO_DIV_SDIVISOR_OFFSET]
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/
Dsio.h375 #define SIO_DIV_SDIVISOR_OFFSET _u(0x0000006c) macro