123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- /**
- @defgroup nrfx_drivers Drivers
- @{
- @brief List of all drivers available in nrfx.
- @defgroup nrf_adc ADC
- @defgroup nrf_acl ACL
- @defgroup nrf_bprot BPROT
- @defgroup nrf_ccm CCM
- @defgroup nrf_clock CLOCK
- @defgroup nrf_comp COMP
- @defgroup nrf_dppi DPPI
- @defgroup nrf_ecb ECB
- @defgroup nrf_gpio GPIO
- @defgroup nrf_gpiote GPIOTE
- @defgroup nrf_i2s I2S
- @defgroup nrf_kmu KMU
- @defgroup nrf_lpcomp LPCOMP
- @defgroup nrf_mpu MPU
- @defgroup nrf_mwu MWU
- @defgroup nrf_nfct NFCT
- @defgroup nrf_nvmc NVMC
- @defgroup nrf_pdm PDM
- @defgroup nrf_power POWER
- @defgroup nrf_ppi PPI
- @defgroup nrf_pwm PWM
- @defgroup nrf_qdec QDEC
- @defgroup nrf_qspi QSPI
- @defgroup nrf_radio RADIO
- @defgroup nrf_rng RNG
- @defgroup nrf_rtc RTC
- @defgroup nrf_saadc SAADC
- @defgroup nrf_spi SPI
- @defgroup nrf_spim SPIM
- @defgroup nrf_spis SPIS
- @defgroup nrf_spu SPU
- @defgroup nrf_systick Cortex-M Systick
- @defgroup nrf_swi_egu SWI/EGU
- @defgroup nrf_temp TEMP
- @defgroup nrf_timer TIMER
- @defgroup nrf_twi TWI
- @defgroup nrf_twim TWIM
- @defgroup nrf_twis TWIS
- @defgroup nrf_uart UART
- @defgroup nrf_uarte UARTE
- @defgroup nrf_usbd USBD
- @defgroup nrf_vmc VMC
- @defgroup nrf_wdt WDT
- @}
- @defgroup nrfx nrfx API
- */
|