Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_TIMER.c55 …bool *oneshot_flag; //[n_CCs] The CC register has been written, and a compare event has not yet be… member
103 t_st->oneshot_flag = (bool *)bs_calloc(Timer_n_CCs[t], sizeof(bool)); in nhw_timer_init()
130 free(t_st->oneshot_flag); in nhw_timer_free()
131 t_st->oneshot_flag = NULL; in nhw_timer_free()
394 if ((this->oneshot_flag[cc_n] == false) && this->NRF_TIMER_regs->ONESHOTEN[cc_n]) { in nhw_timer_signal_COMPARE_if()
398 this->oneshot_flag[cc_n] = false; in nhw_timer_signal_COMPARE_if()
542 this->oneshot_flag[cc_n] = true; in nhw_timer_regw_sideeffects_CC()