1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- /**
- @defgroup nrfx_drivers Drivers
- @{
- @brief List of all drivers available in nrfx.
- @defgroup nrf_aar AAR
- @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_ficr FICR
- @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
- */
|