Lines Matching defs:hal
14 void wdt_hal_init(wdt_hal_context_t *hal, wdt_inst_t wdt_inst, uint32_t prescaler, bool enable_intr) in wdt_hal_init()
89 void wdt_hal_deinit(wdt_hal_context_t *hal) in wdt_hal_deinit()
117 void wdt_hal_config_stage(wdt_hal_context_t *hal, wdt_stage_t stage, uint32_t timeout_ticks, wdt_st… in wdt_hal_config_stage()
128 void wdt_hal_write_protect_disable(wdt_hal_context_t *hal) in wdt_hal_write_protect_disable()
137 void wdt_hal_write_protect_enable(wdt_hal_context_t *hal) in wdt_hal_write_protect_enable()
146 void wdt_hal_enable(wdt_hal_context_t *hal) in wdt_hal_enable()
157 void wdt_hal_disable(wdt_hal_context_t *hal) in wdt_hal_disable()
166 void wdt_hal_handle_intr(wdt_hal_context_t *hal) in wdt_hal_handle_intr()
177 void wdt_hal_feed(wdt_hal_context_t *hal) in wdt_hal_feed()
186 void wdt_hal_set_flashboot_en(wdt_hal_context_t *hal, bool enable) in wdt_hal_set_flashboot_en()
195 bool wdt_hal_is_enabled(wdt_hal_context_t *hal) in wdt_hal_is_enabled()