bootrom_acquire_lock_blocking() function
Acquire a bootrom lock. If the lock is unavailable, block until it is available If PICO_BOOTROM_LOCKING_ENABLED is false, this method does nothing
Syntax
static inline void bootrom_acquire_lock_blocking(uint lock_num); Arguments
lock_num
the lock numbers - BOOTROM_LOCK_SHA_256, BOOTROM_LOCK_FLASH_OP or BOOTROM_LOCK_OTP