Searched refs:SIO_BASE (Results 1 – 17 of 17) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/hardware_divider/ |
D | divider.S | 13 ldr r3, =(SIO_BASE) 21 ldr r3, =(SIO_BASE) 40 ldr r3, =SIO_BASE 52 ldr r3, =SIO_BASE
|
/hal_rpi_pico-latest/src/rp2_common/hardware_sync_spin_lock/include/hardware/sync/ |
D | spin_lock.h | 230 return (spin_lock_t *) (SIO_BASE + SIO_SPINLOCK0_OFFSET + lock_num * 4); in spin_lock_instance() 246 invalid_params_if(HARDWARE_SYNC, (uint) lock < SIO_BASE + SIO_SPINLOCK0_OFFSET || in spin_lock_get_num() 247 … (uint) lock >= NUM_SPIN_LOCKS * sizeof(spin_lock_t) + SIO_BASE + SIO_SPINLOCK0_OFFSET || in spin_lock_get_num() 248 … ((uint) lock - SIO_BASE + SIO_SPINLOCK0_OFFSET) % sizeof(spin_lock_t) != 0); in spin_lock_get_num() 249 return (uint) (lock - (spin_lock_t *) (SIO_BASE + SIO_SPINLOCK0_OFFSET)); in spin_lock_get_num() 318 return 0 != (*(io_ro_32 *) (SIO_BASE + SIO_SPINLOCK_ST_OFFSET) & (1u << lock_num)); in is_spin_locked()
|
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/ |
D | interp.h | 80 #define interp_hw_array ((interp_hw_t *)(SIO_BASE + SIO_INTERP0_ACCUM0_OFFSET))
|
D | sio.h | 196 #define sio_hw ((sio_hw_t *)SIO_BASE)
|
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/ |
D | interp.h | 80 #define interp_hw_array ((interp_hw_t *)(SIO_BASE + SIO_INTERP0_ACCUM0_OFFSET))
|
D | tmds_encode.h | 87 #define tmds_encode_hw ((tmds_encode_hw_t *)(SIO_BASE + SIO_TMDS_CTRL_OFFSET))
|
D | sio.h | 331 #define sio_hw ((sio_hw_t *)SIO_BASE)
|
/hal_rpi_pico-latest/src/rp2_common/pico_divider/ |
D | divider_hardware.S | 56 ldr r6, =SIO_BASE 81 ldr r2, =SIO_BASE 103 ldr r2, =SIO_BASE 114 ldr r2, =SIO_BASE 165 ldr r2, =SIO_BASE 176 ldr r2, =SIO_BASE 225 ldr r2, =SIO_BASE 253 ldr r2, =SIO_BASE 350 ldr r7,=SIO_BASE 400 ldr r7,=SIO_BASE [all …]
|
/hal_rpi_pico-latest/src/rp2040/pico_platform/include/pico/ |
D | platform.h | 135 return (*(uint32_t *) (SIO_BASE + SIO_CPUID_OFFSET)); in get_core_num()
|
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/ |
D | addressmap.h | 77 #define SIO_BASE _u(0xd0000000) macro
|
/hal_rpi_pico-latest/src/rp2350/pico_platform/include/pico/ |
D | platform.h | 153 return (*(uint32_t *) (SIO_BASE + SIO_CPUID_OFFSET)); in get_core_num()
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_aeabi_rp2040.S | 184 ldr r2, =(SIO_BASE) 203 ldr r2, =(SIO_BASE) 207 ldr r2, =(SIO_BASE) 791 ldr r2, =(SIO_BASE) 809 ldr r2, =(SIO_BASE) 813 ldr r2, =(SIO_BASE)
|
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/regs/ |
D | addressmap.h | 105 #define SIO_BASE _u(0xd0000000) macro
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_aeabi_rp2040.S | 151 ldr r2, =(SIO_BASE) 170 ldr r2, =(SIO_BASE) 725 ldr r2, =(SIO_BASE) 744 ldr r2, =(SIO_BASE)
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/ |
D | crt0.S | 385 ldr r0, =(SIO_BASE + SIO_CPUID_OFFSET)
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Device/RP2040/Include/ |
D | RP2040.h | 2605 #define SIO_BASE 0xD0000000UL macro 2654 #define SIO ((SIO_Type*) SIO_BASE)
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Device/RP2350/Include/ |
D | RP2350.h | 5977 #define SIO_BASE 0xD0000000UL macro 6043 #define SIO ((SIO_Type*) SIO_BASE)
|