Searched refs:enable (Results 1 – 6 of 6) sorted by relevance
20 ((p_config->enable << CRACENCORE_RNGCONTROL_CONTROL_ENABLE_Pos) in nrf_cracen_rng_control_set()
244 void nrf_gpio_port_detect_latch_set(NRF_GPIO_Type * p_reg, bool enable) in nrf_gpio_port_detect_latch_set() argument246 p_reg->DETECTMODE = (enable ? GPIO_DETECTMODE_DETECTMODE_LDETECT : in nrf_gpio_port_detect_latch_set()
4 HAL functions. When used in combination with the real nrfx, these should enable code70 In general, functionality is modeled only to the necessary degree as to enable the SW to run,
54 You enable this backend for each instance using command line parameters, by specifying
28 Apart from this, some other peripherals have been modeled to enable running applications which29 also utilize them, or to enable some level of runtime testing of their drivers.
44 void nrf_ppi_TASK_CHG_ENDIS( int groupnbr, bool enable /*false=disable task*/ ){ in nrf_ppi_TASK_CHG_ENDIS() argument45 if ( enable ){ in nrf_ppi_TASK_CHG_ENDIS()