Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_CRACEN_wrap.h23 void nhw_CRACEN_toggle_CRYPTOMASTER_intline(bool level);
24 void nhw_CRACEN_toggle_RNG_intline(bool level);
25 void nhw_CRACEN_toggle_PKEIKG_intline(bool level);
DNRF_GPIOTE.c63 bool level; member
125 sc->level = true; in nrf_gpiote_TASKS_OUT()
128 sc->level = false; in nrf_gpiote_TASKS_OUT()
131 sc->level = !sc->level; in nrf_gpiote_TASKS_OUT()
138 nrf_gpio_peri_change_output(sc->port, sc->pin, sc->level); in nrf_gpiote_TASKS_OUT()
146 sc->level = true; in nrf_gpiote_TASKS_SET()
148 nrf_gpio_peri_change_output(sc->port, sc->pin, sc->level); in nrf_gpiote_TASKS_SET()
156 sc->level = false; in nrf_gpiote_TASKS_CLR()
158 nrf_gpio_peri_change_output(sc->port, sc->pin, sc->level); in nrf_gpiote_TASKS_CLR()
253 if ((sc->level == false) && (value == true)) { in nrf_gpiote_input_change_ntf()
[all …]
DNHW_CRACEN_wrap.c83 void nhw_CRACEN_toggle_##event##_intline(bool level) { \
84 if (level == cracen_w_st. event##_int_line){ \
87 cracen_w_st. event##_int_line = level; \
88 if (level) { \
DNRF_GPIO_backend.c55 bool level; /* true: high; false: low*/ member
330 unsigned int level; in nrf_gpio_input_process_next_time() local
333 n = sscanf(buf, "%"SCNtime",%u,%u,%u", &time, &port, &pin, &level); in nrf_gpio_input_process_next_time()
361 if (level != 0 && level != 1) { in nrf_gpio_input_process_next_time()
364 __func__, level, buf); in nrf_gpio_input_process_next_time()
366 gpio_input_file_st.level = level; in nrf_gpio_input_process_next_time()
411 gpio_input_file_st.level); in nrf_gpio_input_event_triggered()
DNHW_UART_backend_fifo.h57 uint8_t level; member
DNRF_GPIO.c411 bool level = nrf_gpio_get_IN(port,n); in nrf_gpio_input_change_sideeffects() local
414 st->per_intoggle_callbacks[n](port, n, level, st->per_intoggle_cb_data[n]); in nrf_gpio_input_change_sideeffects()
417 test_intoggle_callback(port, n, level); in nrf_gpio_input_change_sideeffects()
DNHW_UART_backend_fifo.c251 msg.level = new_level; in nhw_ufifo_RTS_pin_toggle()
357 u_el->cts = ((struct ufifo_msg_rts_cts *)buf)->level; in uf_rx_get_one_msg()
/nrf_hw_models-latest/make_inc/
Dcommon_post.mk41 $(error Required library ($@) not found. Run top level make to build all dependencies in order)
/nrf_hw_models-latest/docs/
DGPIO.md15 That is, inputs just sample the input pin, and outputs just deliver a logical level: high or low.
64 This is a comma separated file (.csv), with 4 columns: time,port,pin,level. Where:
73 time(microsecond),port,pin,level
DREADME_HW_models.md29 also utilize them, or to enable some level of runtime testing of their drivers.