Lines Matching full:fm
37 @Description External definitions and API for FM RTC IEEE1588 Timer Module.
54 @Description FM API functions, definitions and enums
60 @Group fm_rtc_grp FM RTC
62 @Description FM RTC functions, definitions and enums.
68 @Group fm_rtc_init_grp FM RTC Initialization Unit
70 @Description FM RTC initialization API.
76 @Description FM RTC Alarm Polarity Options.
85 @Description FM RTC Trigger Polarity Options.
94 @Description IEEE1588 Timer Module FM RTC Optional Clock Sources.
104 @Description FM RTC configuration parameters structure.
110 t_Handle h_Fm; /**< FM Handle*/
111 uintptr_t baseAddress; /**< Base address of FM RTC registers */
120 @Description Configures the FM RTC module according to user's parameters.
122 The driver assigns default values to some FM RTC parameters.
126 @Param[in] p_FmRtcParam - FM RTC configuration parameters.
128 @Return Handle to the new FM RTC object; NULL pointer on failure.
137 @Description Initializes the FM RTC driver and hardware.
139 @Param[in] h_FmRtc - Handle to FM RTC object.
150 @Description Frees the FM RTC object and all allocated resources.
152 @Param[in] h_FmRtc - Handle to FM RTC object.
162 @Group fm_rtc_adv_config_grp FM RTC Advanced Configuration Unit
164 @Description FM RTC advanced configuration functions.
175 @Param[in] h_FmRtc - Handle to FM RTC object.
189 @Param[in] h_FmRtc - Handle to FM RTC object.
211 @Param[in] h_FmRtc - Handle to FM RTC object.
230 @Param[in] h_FmRtc - Handle to FM RTC object.
246 @Param[in] h_FmRtc - Handle to FM RTC object.
262 @Param[in] h_FmRtc - Handle to FM RTC object.
278 @Param[in] h_FmRtc - Handle to FM RTC object.
293 @Param[in] h_FmRtc - Handle to FM RTC object.
311 @Param[in] h_FmRtc - Handle to FM RTC object.
328 @Group fm_rtc_control_grp FM RTC Control Unit
330 @Description FM RTC runtime control API.
346 @Description FM RTC alarm parameters.
359 @Description FM RTC Periodic Pulse parameters.
370 @Description FM RTC Periodic Pulse parameters.
389 @Param[in] h_FmRtc - Handle to FM RTC object.
403 @Param[in] h_FmRtc - Handle to FM RTC object.
418 @Param[in] h_FmRtc - Handle to FM RTC object.
432 @Param[in] h_FmRtc - Handle to FM RTC object.
447 @Param[in] h_FmRtc - Handle to FM RTC object.
462 @Param[in] h_FmRtc - Handle to FM RTC object.
477 @Param[in] h_FmRtc - Handle to FM RTC object.
491 @Param[in] h_FmRtc - Handle to FM RTC object.
505 @Param[in] h_FmRtc - Handle to FM RTC object.
522 @Param[in] h_FmRtc - Handle to FM RTC object.
536 @Param[in] h_FmRtc - Handle to FM RTC object.
550 @Param[in] h_FmRtc - Handle to FM RTC object.
564 @Param[in] h_FmRtc - Handle to FM RTC object.
577 *@Description Enable interrupt of FM RTC.
579 *@Param[in] h_FmRtc - Handle to FM RTC object.
589 *@Description Disable interrupt of FM RTC.
591 *@Param[in] h_FmRtc - Handle to FM RTC object.
603 @Description Dumps all FM registers
605 @Param[in] h_FmRtc A handle to an FM RTC Module.