Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_cracen_rng.c20 ((p_config->enable << CRACENCORE_RNGCONTROL_CONTROL_ENABLE_Pos) in nrf_cracen_rng_control_set()
Dnrf_gpio.c244 void nrf_gpio_port_detect_latch_set(NRF_GPIO_Type * p_reg, bool enable) in nrf_gpio_port_detect_latch_set() argument
246 p_reg->DETECTMODE = (enable ? GPIO_DETECTMODE_DETECTMODE_LDETECT : in nrf_gpio_port_detect_latch_set()
/nrf_hw_models-latest/docs/
DREADME.md4 HAL functions. When used in combination with the real nrfx, these should enable code
70 In general, functionality is modeled only to the necessary degree as to enable the SW to run,
DUART.md54 You enable this backend for each instance using command line parameters, by specifying
DREADME_HW_models.md28 Apart from this, some other peripherals have been modeled to enable running applications which
29 also utilize them, or to enable some level of runtime testing of their drivers.
/nrf_hw_models-latest/src/HW_models/
DNRF_PPI.c44 void nrf_ppi_TASK_CHG_ENDIS( int groupnbr, bool enable /*false=disable task*/ ){ in nrf_ppi_TASK_CHG_ENDIS() argument
45 if ( enable ){ in nrf_ppi_TASK_CHG_ENDIS()