Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/pico_platform/include/pico/
Dplatform.h157 #define host_safe_hw_ptr(x) ((uintptr_t)(x)) macro
158 #define native_safe_hw_ptr(x) host_safe_hw_ptr(x)
/hal_rpi_pico-latest/src/rp2350/pico_platform/include/pico/
Dplatform.h220 #define host_safe_hw_ptr(x) ((uintptr_t)(x)) macro
221 #define native_safe_hw_ptr(x) host_safe_hw_ptr(x)
/hal_rpi_pico-latest/src/host/pico_platform/include/pico/
Dplatform.h132 #define host_safe_hw_ptr(x) host_safe_hw_ptr_impl((uintptr_t)(x)) macro