#include <avr/eeprom.h>
Go to the source code of this file.
Functions | |
void | __eewr_word (uint16_t *dst, uint16_t value, void(*putb)(uint8_t *, uint8_t)) |
void __eewr_word | ( | uint16_t * | dst, | |
uint16_t | value, | |||
void(*)(uint8_t *, uint8_t) | putb | |||
) |
Definition at line 34 of file eewr_word.c.