Microchip® Advanced Software Framework

ast_config Struct Reference

AST configuration.

#include <ast.h>

Data Fields

struct ast_calendar calendar
 Initial calendar Value. More...
 
uint32_t counter
 Initial counter Value. More...
 
ast_mode_t mode
 Mode: Calendar Mode: AST_CALENDAR_MODE or Counter Mode: AST_COUNTER_MODE. More...
 
ast_oscillator_type_t osc_type
 Oscillator type. More...
 
uint8_t psel
 Prescaler Value. More...
 

struct ast_calendar ast_config::calendar

Initial calendar Value.

Referenced by ast_set_config(), main(), and run_alarm_test().

uint32_t ast_config::counter