Searched refs:enable (Results 1 – 4 of 4) sorted by relevance
209 void nrf_gpio_port_detect_latch_set(NRF_GPIO_Type * p_reg, bool enable) in nrf_gpio_port_detect_latch_set() argument211 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 code67 In general, functionality is modelled only to the necessary degree as to enable the SW to run,
53 You enable this backend for each instance using command line parameters, by specifying
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()