Home
last modified time | relevance | path

Searched refs:calendar_dev (Results 1 – 1 of 1) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_calendar.h59 struct calendar_dev;
90 typedef void (*calendar_drv_cb_alarm_t)(struct calendar_dev *const dev);
95 struct calendar_dev { struct
132 struct calendar_dev device;
162 int32_t _calendar_init(struct calendar_dev *const dev);
171 int32_t _calendar_deinit(struct calendar_dev *const dev);
180 int32_t _calendar_enable(struct calendar_dev *const dev);
189 int32_t _calendar_disable(struct calendar_dev *const dev);
198 int32_t _calendar_set_time(struct calendar_dev *const dev, struct calendar_time *const p_calendar_t…
208 int32_t _calendar_set_date(struct calendar_dev *const dev, struct calendar_date *const p_calendar_d…
[all …]