AVR-LibC  2.2.1
Standard C library for AVR-GCC

AVR-LibC Documentation

Logo

AVR-LibC Development Pages

Main Page

User Manual

Library Reference

FAQ

Example Projects

File List

Loading...
Searching...
No Matches
boot.h File Reference

Go to the source code of this file.

Macros

#define BOOTLOADER_SECTION   __attribute__ ((__section__(".bootloader")))
#define boot_spm_interrupt_enable()
#define boot_spm_interrupt_disable()
#define boot_is_spm_interrupt()
#define boot_rww_busy()
#define boot_spm_busy()
#define boot_spm_busy_wait()
#define GET_LOW_FUSE_BITS   (0x0000)
#define GET_LOCK_BITS   (0x0001)
#define GET_EXTENDED_FUSE_BITS   (0x0002)
#define GET_HIGH_FUSE_BITS   (0x0003)
#define boot_lock_fuse_bits_get(address)
#define boot_signature_byte_get(addr)
#define boot_page_fill(address, data)
#define boot_page_erase(address)
#define boot_page_write(address)
#define boot_rww_enable()
#define boot_lock_bits_set(lock_bits)
#define boot_page_fill_safe(address, data)
#define boot_page_erase_safe(address)
#define boot_page_write_safe(address)
#define boot_rww_enable_safe()
#define boot_lock_bits_set_safe(lock_bits)