Home
last modified time | relevance | path

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

/nrf_hw_models-3.6.0/src/nrfx/hal/
Dnrf_gpio.c209 void nrf_gpio_port_detect_latch_set(NRF_GPIO_Type * p_reg, bool enable) in nrf_gpio_port_detect_latch_set() argument
211 p_reg->DETECTMODE = (enable ? GPIO_DETECTMODE_DETECTMODE_LDETECT : in nrf_gpio_port_detect_latch_set()
/nrf_hw_models-3.6.0/docs/
DREADME.md4 HAL functions. When used in combination with the real nrfx, these should enable code
67 In general, functionality is modelled only to the necessary degree as to enable the SW to run,
DUART.md53 You enable this backend for each instance using command line parameters, by specifying
/nrf_hw_models-3.6.0/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()