Searched refs:WDG_Type (Results 1 – 13 of 13) sorted by relevance
98 static inline void wdg_write_enable(WDG_Type *base) in wdg_write_enable()108 static inline void wdg_enable(WDG_Type *base) in wdg_enable()119 static inline void wdg_disable(WDG_Type *base) in wdg_disable()130 static inline void wdg_reset_enable(WDG_Type *base) in wdg_reset_enable()141 static inline void wdg_reset_disable(WDG_Type *base) in wdg_reset_disable()153 static inline void wdg_interrupt_enable(WDG_Type *base) in wdg_interrupt_enable()164 static inline void wdg_interrupt_disable(WDG_Type *base) in wdg_interrupt_disable()178 static inline void wdg_clksrc_select(WDG_Type *base, wdg_clksrc_t clksrc) in wdg_clksrc_select()192 static inline void wdg_restart(WDG_Type *base) in wdg_restart()204 static inline uint32_t wdg_get_status(WDG_Type *base) in wdg_get_status()[all …]
23 WDG_Type *wdog_base;133 WDG_Type *base = hpm_wdog->wdog_base; in hpm_wdog_init()143 WDG_Type *base = hpm_wdog->wdog_base; in hpm_wdog_open()153 WDG_Type *base = hpm_wdog->wdog_base; in hpm_wdog_close()165 WDG_Type *base = hpm_wdog->wdog_base; in hpm_wdog_refresh()179 WDG_Type *base = hpm_wdog->wdog_base; in hpm_wdog_control()221 WDG_Type *base = hpm_wdog->wdog_base; in hpm_wdog_isr()
342 #define HPM_WDG0 ((WDG_Type *) HPM_WDG0_BASE)346 #define HPM_WDG1 ((WDG_Type *) HPM_WDG1_BASE)350 #define HPM_WDG2 ((WDG_Type *) HPM_WDG2_BASE)354 #define HPM_WDG3 ((WDG_Type *) HPM_WDG3_BASE)358 #define HPM_PWDG ((WDG_Type *) HPM_PWDG_BASE)
84 static WDG_Type *const s_wdgs[] = { HPM_WDG0, HPM_WDG1, HPM_WDG2, HPM_WDG3 };
58 hpm_stat_t wdg_init(WDG_Type *base, wdg_control_t *wdg_ctrl) in wdg_init()166 uint64_t wdg_get_interrupt_interval_in_us(WDG_Type *base, const uint32_t src_freq) in wdg_get_interrupt_interval_in_us()178 uint64_t wdg_get_total_reset_interval_in_us(WDG_Type *base, const uint32_t src_freq) in wdg_get_total_reset_interval_in_us()
249 #define HPM_WDG0 ((WDG_Type *) HPM_WDG0_BASE)253 #define HPM_WDG1 ((WDG_Type *) HPM_WDG1_BASE)257 #define HPM_PWDG ((WDG_Type *) HPM_PWDG_BASE)
97 static WDG_Type *const s_wdgs[] = { HPM_WDG0, HPM_WDG1};
287 #define HPM_WDG0 ((WDG_Type *) HPM_WDG0_BASE)291 #define HPM_WDG1 ((WDG_Type *) HPM_WDG1_BASE)295 #define HPM_PWDG ((WDG_Type *) HPM_PWDG_BASE)
88 static WDG_Type *const s_wdgs[] = { HPM_WDG0, HPM_WDG1 };
18 } WDG_Type; typedef
317 } WDG_Type; typedef7976 #define WDG ((WDG_Type *) WDG_BASE)
Completed in 83 milliseconds