Lines Matching full:rtc
16 * RTC provides set/get offset and thus command PTA_CMD_RTC_GET_OFFSET and
22 * RTC provides set/read/enable/wait alarm and thus
47 * struct pta_rtc_alarm - State of an RTC alarm
59 * struct pta_rtc_info - RTC service information
62 * @range_min - Minima time reference the RTC can be programmed to
63 * @range_max - Maxima time reference the RTC can reach
73 * PTA_CMD_RTC_GET_INFO - Get RTC information
75 * [out] memref[0] RTC buffer memory reference containing a struct
85 * PTA_CMD_RTC_GET_TIME - Get time from RTC
87 * [out] memref[0] RTC buffer memory reference containing a struct
97 * PTA_CMD_RTC_SET_TIME - Set time from RTC
99 * [in] memref[0] RTC buffer memory reference containing a struct
100 * pta_rtc_time to be used as RTC time
109 * PTA_CMD_RTC_GET_OFFSET - Get RTC offset
111 * [out] value[0].a RTC offset (signed 32bit value)
120 * PTA_CMD_RTC_SET_OFFSET - Set RTC offset
122 * [in] value[0].a RTC offset to be set (signed 32bit value)
131 * PTA_CMD_RTC_READ_ALARM - Read RTC alarm
133 * [out] memref[0] RTC buffer memory reference containing a struct
143 * PTA_CMD_RTC_SET_ALARM - Set RTC alarm
145 * [in] memref[0] RTC buffer memory reference containing a struct
146 * pta_rtc_alarm to be used as RTC alarm
157 * [in] value[0].a RTC IRQ flag (uint32_t), 0 to disable the alarm, 1 to
169 * [out] value[0].a RTC wait alarm return status (uint32_t):
190 * PTA_CMD_RTC_SET_WAKE_ALARM_STATUS - Set RTC wake alarm status flag
192 * [in] value[0].a RTC IRQ wake alarm flag (uint32_t), 0 to disable the wake