Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_iwdg.c101 struct stm32_iwdg_device { struct
120 static uint32_t sr_ewif_mask(struct stm32_iwdg_device *iwdg) in sr_ewif_mask() argument
128 static vaddr_t get_base(struct stm32_iwdg_device *iwdg) in get_base()
133 static void iwdg_wdt_set_enabled(struct stm32_iwdg_device *iwdg) in iwdg_wdt_set_enabled()
138 static bool iwdg_wdt_is_enabled(struct stm32_iwdg_device *iwdg) in iwdg_wdt_is_enabled()
144 static uint32_t iwdg_timeout_cnt(struct stm32_iwdg_device *iwdg, in iwdg_timeout_cnt()
158 static TEE_Result iwdg_wait_sync(struct stm32_iwdg_device *iwdg) in iwdg_wait_sync()
173 static void stm32_iwdg_it_ack(struct stm32_iwdg_device *iwdg) in stm32_iwdg_it_ack()
186 struct stm32_iwdg_device *iwdg = h->data; in stm32_iwdg_it_handler()
218 static TEE_Result configure_timeout(struct stm32_iwdg_device *iwdg) in configure_timeout()
[all …]