Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_boot_lock/
Dboot_lock.c13 boot_unlock_unsafe(boot_lock_instance(i)); in boot_locks_reset()
20 boot_unlock_unsafe(lock); in boot_lock_init()
/hal_rpi_pico-latest/src/rp2_common/hardware_boot_lock/include/hardware/
Dboot_lock.h83 __force_inline static void boot_unlock_unsafe(boot_lock_t *lock) { in boot_unlock_unsafe() function
124 boot_unlock_unsafe(lock); in boot_unlock()
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/bootrom/
Dlock.h63 boot_unlock_unsafe(boot_lock_instance(lock_num)); in bootrom_release_lock()