Home
last modified time | relevance | path

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

/bsp/avr32/software_framework/drivers/flashc/
A Dflashc.h426 extern uint64_t flashc_read_gp_fuse_bitfield(unsigned int pos, unsigned int width);
A Dflashc.c345 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() function
467 return (check) ? (flashc_read_gp_fuse_bitfield(pos, width) == (1ULL << width) - 1) : true; in flashc_erase_gp_fuse_bitfield()

Completed in 13 milliseconds