|
typedef uint32_t(* | rom_popcount32_fn) (uint32_t) |
|
typedef uint32_t(* | rom_reverse32_fn) (uint32_t) |
|
typedef uint32_t(* | rom_clz32_fn) (uint32_t) |
|
typedef uint32_t(* | rom_ctz32_fn) (uint32_t) |
|
typedef uint8_t *(* | rom_memset_fn) (uint8_t *, uint8_t, uint32_t) |
|
typedef uint32_t *(* | rom_memset4_fn) (uint32_t *, uint8_t, uint32_t) |
|
typedef uint32_t *(* | rom_memcpy_fn) (uint8_t *, const uint8_t *, uint32_t) |
|
typedef uint32_t *(* | rom_memcpy44_fn) (uint32_t *, const uint32_t *, uint32_t) |
|
typedef void(* | rom_reset_usb_boot_fn) (uint32_t, uint32_t) |
|
typedef int(* | rom_reboot_fn) (uint32_t flags, uint32_t delay_ms, uint32_t p0, uint32_t p1) |
|
typedef rom_reset_usb_boot_fn | reset_usb_boot_fn |
|
typedef void(* | rom_connect_internal_flash_fn) (void) |
|
typedef void(* | rom_flash_exit_xip_fn) (void) |
|
typedef void(* | rom_flash_range_erase_fn) (uint32_t, size_t, uint32_t, uint8_t) |
|
typedef void(* | rom_flash_range_program_fn) (uint32_t, const uint8_t *, size_t) |
|
typedef void(* | rom_flash_flush_cache_fn) (void) |
|
typedef void(* | rom_flash_enter_cmd_xip_fn) (void) |
|
typedef void *(* | rom_table_lookup_fn) (uint16_t *table, uint32_t code) |
|