Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/
Dbootrom.h63 typedef int (*rom_func_otp_access_fn)(uint8_t *buf, uint32_t buf_len, otp_cmd_t cmd); typedef
638rom_func_otp_access_fn func = (rom_func_otp_access_fn) rom_func_lookup_inline(ROM_FUNC_OTP_ACCESS); in rom_func_otp_access()