Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_wdg_drv.h98 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 …]
/bsp/hpmicro/libraries/drivers/
A Ddrv_wdt.c23 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()
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/HPM6750/
A Dhpm_soc.h342 #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)
A Dhpm_clock_drv.c84 static WDG_Type *const s_wdgs[] = { HPM_WDG0, HPM_WDG1, HPM_WDG2, HPM_WDG3 };
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_wdg_drv.c58 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()
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6300/HPM6360/
A Dhpm_soc.h249 #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)
A Dhpm_clock_drv.c97 static WDG_Type *const s_wdgs[] = { HPM_WDG0, HPM_WDG1};
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/HPM6280/
A Dhpm_soc.h287 #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)
A Dhpm_clock_drv.c88 static WDG_Type *const s_wdgs[] = { HPM_WDG0, HPM_WDG1 };
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6300/ip/
A Dhpm_wdg_regs.h18 } WDG_Type; typedef
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/ip/
A Dhpm_wdg_regs.h18 } WDG_Type; typedef
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/ip/
A Dhpm_wdg_regs.h18 } WDG_Type; typedef
/bsp/CME_M7/StdPeriph_Driver/inc/
A Dcmem7.h317 } WDG_Type; typedef
7976 #define WDG ((WDG_Type *) WDG_BASE)

Completed in 83 milliseconds