Lines Matching defs:hal
22 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()
116 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()
127 void wdt_hal_write_protect_disable(wdt_hal_context_t *hal) in wdt_hal_write_protect_disable()
136 void wdt_hal_write_protect_enable(wdt_hal_context_t *hal) in wdt_hal_write_protect_enable()
145 void wdt_hal_enable(wdt_hal_context_t *hal) in wdt_hal_enable()
156 void wdt_hal_disable(wdt_hal_context_t *hal) in wdt_hal_disable()
165 void wdt_hal_handle_intr(wdt_hal_context_t *hal) in wdt_hal_handle_intr()
176 void wdt_hal_feed(wdt_hal_context_t *hal) in wdt_hal_feed()
185 void wdt_hal_set_flashboot_en(wdt_hal_context_t *hal, bool enable) in wdt_hal_set_flashboot_en()
194 bool wdt_hal_is_enabled(wdt_hal_context_t *hal) in wdt_hal_is_enabled()