![]() |
ATxmega Core
|
#include <avr/io.h>
Go to the source code of this file.
Macros | |
#define | RESET_TIMESTAMP_COUNTER |
#define | SYNC_TRIGGER_TIMER |
#define | INCREASE_LOST_SYNC_COUNTER if(++device_lost_sync_counter == 255) device_lost_sync_counter = 254; if(device_lost_sync_counter >= 5 ) commonbank.R_HEARTBEAT &= ~B_IS_SYNCHRONIZED |
Functions | |
void | initialize_timestamp_uart (uint32_t *timestamp_pointer) |
void | reset_sync_counter (void) |
void | trigger_sync_timer (void) |
#define INCREASE_LOST_SYNC_COUNTER if(++device_lost_sync_counter == 255) device_lost_sync_counter = 254; if(device_lost_sync_counter >= 5 ) commonbank.R_HEARTBEAT &= ~B_IS_SYNCHRONIZED |
#define RESET_TIMESTAMP_COUNTER |
#define SYNC_TRIGGER_TIMER |
void initialize_timestamp_uart | ( | uint32_t * | timestamp_pointer | ) |
void reset_sync_counter | ( | void | ) |
void trigger_sync_timer | ( | void | ) |