Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_aon_timer/
Daon_timer.c28 static bool ts_to_tm(const struct timespec *ts, struct tm *tm) { in ts_to_tm()
33 static bool tm_to_ts(const struct tm *tm, struct timespec *ts) { in tm_to_ts()
42 struct tm tm; in aon_timer_set_time() local
54 bool aon_timer_set_time_calendar(const struct tm *tm) { in aon_timer_set_time_calendar()
73 struct tm tm; in aon_timer_get_time() local
84 bool aon_timer_get_time_calendar(struct tm *tm) { in aon_timer_get_time_calendar()
101 struct tm tm; in aon_timer_enable_alarm() local
140 aon_timer_alarm_handler_t aon_timer_enable_alarm_calendar(const struct tm *tm, aon_timer_alarm_hand… in aon_timer_enable_alarm_calendar()
200 bool aon_timer_start_calendar(const struct tm *tm) { in aon_timer_start_calendar()
/hal_rpi_pico-latest/src/common/pico_util/
Ddatetime.c10 __datetime_weak struct tm * pico_localtime_r(const time_t *time, struct tm *tm) { in pico_localtime_r()
14 __datetime_weak time_t pico_mktime(struct tm *tm) { in pico_mktime()
59 void datetime_to_tm(const datetime_t *dt, struct tm *tm) { in datetime_to_tm()
68 void tm_to_datetime(const struct tm *tm, datetime_t *dt) { in tm_to_datetime()