Searched refs:t (Results 1 – 10 of 10) sorted by relevance
/nrf_hw_models-3.7.0/src/HW_models/ |
D | NHW_TIMER.c | 90 for (int t = 0; t < NHW_TIMER_TOTAL_INST ; t++) { in nhw_timer_init() local 91 struct timer_status *t_st = &nhw_timer_st[t]; in nhw_timer_init() 93 t_st->NRF_TIMER_regs = &NRF_TIMER_regs[t]; in nhw_timer_init() 100 t_st->base_freq = Timer_freqs[t]; in nhw_timer_init() 101 t_st->n_CCs = Timer_n_CCs[t]; in nhw_timer_init() 102 t_st->CC_timers = (bs_time_t *)bs_malloc(sizeof(bs_time_t)*Timer_n_CCs[t]); in nhw_timer_init() 103 t_st->oneshot_flag = (bool *)bs_calloc(Timer_n_CCs[t], sizeof(bool)); in nhw_timer_init() 110 t_st->dppi_map = nhw_timer_dppi_map[t]; in nhw_timer_init() 111 …t_st->subscribed_CAPTURE = (struct nhw_subsc_mem*)bs_calloc(Timer_n_CCs[t], sizeof(struct nhw_subs… in nhw_timer_init() 124 for (int t = 0; t< NHW_TIMER_TOTAL_INST; t++) { in nhw_timer_free() local [all …]
|
D | NHW_TIMER.h | 16 void nhw_timer_regw_sideeffects_TASKS_STOP(uint t); 17 void nhw_timer_regw_sideeffects_TASKS_COUNT(uint t); 18 void nhw_timer_regw_sideeffects_TASKS_SHUTDOWN(uint t); 19 void nhw_timer_regw_sideeffects_TASKS_START(uint t); 20 void nhw_timer_regw_sideeffects_TASKS_CLEAR(uint t); 21 void nhw_timer_regw_sideeffects_TASKS_CAPTURE(uint t, uint cc_n); 22 void nhw_timer_regw_sideeffects_INTENSET(uint t); 23 void nhw_timer_regw_sideeffects_INTENCLR(uint t); 24 void nhw_timer_regw_sideeffects_CC(uint t, uint cc_n); 26 void nhw_timer_regw_sideeffects_EVENTS_all(uint t);
|
D | NHW_UART_backend_fifo.c | 192 static void tx_nop(uint inst, struct ufifo_st_t *u_el, bs_time_t t) { in tx_nop() argument 194 msg.time = t; in tx_nop() 513 bs_time_t t; in nhw_ufifo_handle_TxTimer() local 517 t = nsi_hws_get_next_event_time() + nhw_uarte_one_byte_time(inst)/TX_MIN_DELTA_RATIO; in nhw_ufifo_handle_TxTimer() 518 u_el->Tx_timer = t; in nhw_ufifo_handle_TxTimer() 520 tx_nop(inst, u_el, t); in nhw_ufifo_handle_TxTimer()
|
D | NHW_UART.h | 28 void nhw_UARTE_regw_sideeffects_EVENTS_all(uint t);
|
D | NHW_RTC.c | 194 for (int t = 0; t < NHW_RTC_TOTAL_INST; t++) { in nhw_rtc_free() local 195 struct rtc_status *rtc_st = &nhw_rtc_st[t]; in nhw_rtc_free()
|
D | NHW_RADIO.c | 309 static inline void nhwra_set_Timer_RADIO(bs_time_t t){ in nhwra_set_Timer_RADIO() argument 310 Timer_RADIO = t; in nhwra_set_Timer_RADIO() 314 static inline void nhwra_set_Timer_abort_reeval(bs_time_t t){ in nhwra_set_Timer_abort_reeval() argument 315 Timer_RADIO_abort_reeval = t; in nhwra_set_Timer_abort_reeval()
|
/nrf_hw_models-3.7.0/src/nrfx/hal/ |
D | nrf_timer.c | 59 int t = timer_number_from_ptr(p_reg); in nrf_timer_event_clear() local 60 nhw_timer_regw_sideeffects_EVENTS_all(t); in nrf_timer_event_clear()
|
/nrf_hw_models-3.7.0/docs/ |
D | UART.md | 74 peripheral won't be set due to fame, or parity errors, or break conditions.
|
D | README_HW_models.md | 208 It won't be a problem either if by any other synchronization mechanism it is
|
D | LICENSE | 189 replaced with your own identifying information. (Don't include
|