Searched refs:flashc_read_gp_fuse_bitfield (Results 1 – 2 of 2) sorted by relevance
426 extern uint64_t flashc_read_gp_fuse_bitfield(unsigned int pos, unsigned int width);
345 flashc_read_gp_fuse_bitfield(AVR32_FLASHC_FGPFRLO_BOOTPROT_OFFSET, in flashc_get_bootloader_protected_size()430 uint64_t flashc_read_gp_fuse_bitfield(unsigned int pos, unsigned int width) in flashc_read_gp_fuse_bitfield() function467 return (check) ? (flashc_read_gp_fuse_bitfield(pos, width) == (1ULL << width) - 1) : true; in flashc_erase_gp_fuse_bitfield()
Completed in 13 milliseconds