Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_be_loopb.c35 static void nhw_ublb_RTS_pin_toggle(uint inst, bool new_level);
100 static void nhw_ublb_RTS_pin_toggle(uint inst, bool new_level) { in nhw_ublb_RTS_pin_toggle() argument
101 if (new_level){ in nhw_ublb_RTS_pin_toggle()
DNHW_UART_backend_if.h21 typedef void (*RTS_pin_toggle_ft)(uint inst, bool new_level);
DNHW_UART_backend_pty.c63 static void nhw_upty_RTS_pin_toggle(uint inst, bool new_level);
133 static void nhw_upty_RTS_pin_toggle(uint inst, bool new_level) { in nhw_upty_RTS_pin_toggle() argument
139 if ((u_el->RTS == new_level) || !(u_el->respect_RTS)) { in nhw_upty_RTS_pin_toggle()
142 u_el->RTS = new_level; in nhw_upty_RTS_pin_toggle()
DNRF_GPIO.h39 nrf_gpio_input_callback_hw_t fptr, void *fptr_data, int new_level);
DNRF_GPIO.c252 nrf_gpio_input_callback_hw_t fptr, void *fptr_data, int new_level) { in nrf_gpio_peri_pin_control() argument
289 if (new_level >= 0) { in nrf_gpio_peri_pin_control()
291 st->external_OUT |= (uint32_t)(new_level?1:0) << n; in nrf_gpio_peri_pin_control()
DNHW_UART_backend_fifo.c116 static void nhw_ufifo_RTS_pin_toggle(uint inst, bool new_level);
239 static void nhw_ufifo_RTS_pin_toggle(uint inst, bool new_level) { in nhw_ufifo_RTS_pin_toggle() argument
251 msg.level = new_level; in nhw_ufifo_RTS_pin_toggle()