Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_be_loopb.c26 bool enabled; member
48 if (!ublb_st[i].enabled) { in nhw_ublb_init()
71 args[i].dest = &ublb_st[i].enabled; in nhw_ublb_register_cmdline()
83 if (!ublb_st[i].enabled) { in nhw_ublb_update_timer()
DNHW_UART_backend_pty.c46 bool enabled; member
81 u_el->enabled = true; in nhw_upty_init()
83 if (!u_el->enabled) { in nhw_upty_init()
117 if (!u_el->enabled) { in nhw_upty_tx_byte()
136 if (!u_el->enabled) { in nhw_upty_RTS_pin_toggle()
155 if (!u_el->enabled) { in nhw_upty_enable_notify()
165 if (!u_el->enabled) { in nhw_upty_update_timer()
258 args[OPT_PER_UART*i].dest = &upty_st[i].enabled; in nhw_upty_backend_register_cmdline()
DNHW_CRACEN_RNG.c74 bool enabled; member
314 bool enabled = RNG_regs->CONTROL & CRACENCORE_RNGCONTROL_CONTROL_ENABLE_Msk; in nhw_CRACEN_RNG_regw_sideeffects_CONTROL() local
318 enabled = false; in nhw_CRACEN_RNG_regw_sideeffects_CONTROL()
321 if (!enabled) { in nhw_CRACEN_RNG_regw_sideeffects_CONTROL()
322 rng_st.enabled = false; in nhw_CRACEN_RNG_regw_sideeffects_CONTROL()
336 if (rng_st.enabled == true) { //Already enabled in nhw_CRACEN_RNG_regw_sideeffects_CONTROL()
340 rng_st.enabled = true; in nhw_CRACEN_RNG_regw_sideeffects_CONTROL()
DNHW_UART_backend_fifo.c90 …bool enabled; /* Has it been chosen for this instance in the command line (and not yet disconnecte… member
141 if (!u_el->enabled) { in nhw_ufifo_backend_init()
220 if (!u_el->enabled) { in nhw_ufifo_tx_byte()
242 if (!u_el->enabled) { in nhw_ufifo_RTS_pin_toggle()
260 if (!u_el->enabled) { in nhw_ufifo_enable_notify()
279 if (!u_el->enabled) { in nhw_ufifo_update_timer()
338 u_el->enabled = false; in uf_rx_get_one_msg()
623 u_el->enabled = true; in nhw_ufifo_backend_post_cmdline()
/nrf_hw_models-latest/docs/
DUART.md14 If no backend is enabled, that UART instance is disconnected: whatever is sent is dropped, and
21 When enabled, the model will dump one line in this file per byte, with two columns:
97 created for each UART for which this backend is enabled.<br>