SAM RTC Driver (Count Interrupt Mode)
Copyright (c) 2013-2018 Microchip Technology Inc. and its subsidiaries.
#include "rtc_count.h"
Functions | |
Callbacks | |
enum status_code | rtc_count_register_callback (struct rtc_module *const module, rtc_count_callback_t callback, enum rtc_count_callback callback_type) |
Registers callback for the specified callback type. More... | |
enum status_code | rtc_count_unregister_callback (struct rtc_module *const module, enum rtc_count_callback callback_type) |
Unregisters callback for the specified callback type. More... | |
void | rtc_count_enable_callback (struct rtc_module *const module, enum rtc_count_callback callback_type) |
Enables callback. More... | |
void | rtc_count_disable_callback (struct rtc_module *const module, enum rtc_count_callback callback_type) |
Disables callback. More... | |