Home
last modified time | relevance | path

Searched refs:resus (Results 1 – 2 of 2) sorted by relevance

/external/platform/pico/rp2_common/hardware_clocks/
A Dclocks.c135 clocks_hw->resus.ctrl = 0; in clocks_init()
254 assert(clocks_hw->resus.status & CLOCKS_CLK_SYS_RESUS_STATUS_RESUSSED_BITS); in clocks_handle_resus()
257 hw_set_bits(&clocks_hw->resus.ctrl, CLOCKS_CLK_SYS_RESUS_CTRL_CLEAR_BITS); in clocks_handle_resus()
258 hw_clear_bits(&clocks_hw->resus.ctrl, CLOCKS_CLK_SYS_RESUS_CTRL_CLEAR_BITS); in clocks_handle_resus()
261 assert(!(clocks_hw->resus.status & CLOCKS_CLK_SYS_RESUS_STATUS_RESUSSED_BITS)); in clocks_handle_resus()
307 clocks_hw->resus.ctrl = CLOCKS_CLK_SYS_RESUS_CTRL_ENABLE_BITS | timeout; in clocks_enable_resus()
/external/platform/pico/rp2040/hardware_structs/include/hardware/structs/
A Dclocks.h132 clock_resus_hw_t resus; member

Completed in 4 milliseconds