Modules | Classes | Macros
Collaboration diagram for ADC Peripheral Access Layer:

Modules

 ADC Register Masks
 

Classes

struct  ADC_Type
 

Macros

#define ADC1   ((ADC_Type *)ADC1_BASE)
 
#define ADC1_BASE   (0x400C4000u)
 
#define ADC2   ((ADC_Type *)ADC2_BASE)
 
#define ADC2_BASE   (0x400C8000u)
 
#define ADC_BASE_ADDRS   { 0u, ADC1_BASE, ADC2_BASE }
 
#define ADC_BASE_PTRS   { (ADC_Type *)0u, ADC1, ADC2 }
 
#define ADC_IRQS   { NotAvail_IRQn, ADC1_IRQn, ADC2_IRQn }
 

Detailed Description

Macro Definition Documentation

◆ ADC1

#define ADC1   ((ADC_Type *)ADC1_BASE)

Peripheral ADC1 base pointer

Definition at line 1590 of file MIMXRT1052.h.

◆ ADC1_BASE

#define ADC1_BASE   (0x400C4000u)

Peripheral ADC1 base address

Definition at line 1588 of file MIMXRT1052.h.

◆ ADC2

#define ADC2   ((ADC_Type *)ADC2_BASE)

Peripheral ADC2 base pointer

Definition at line 1594 of file MIMXRT1052.h.

◆ ADC2_BASE

#define ADC2_BASE   (0x400C8000u)

Peripheral ADC2 base address

Definition at line 1592 of file MIMXRT1052.h.

◆ ADC_BASE_ADDRS

#define ADC_BASE_ADDRS   { 0u, ADC1_BASE, ADC2_BASE }

Array initializer of ADC peripheral base addresses

Definition at line 1596 of file MIMXRT1052.h.

◆ ADC_BASE_PTRS

#define ADC_BASE_PTRS   { (ADC_Type *)0u, ADC1, ADC2 }

Array initializer of ADC peripheral base pointers

Definition at line 1598 of file MIMXRT1052.h.

◆ ADC_IRQS

#define ADC_IRQS   { NotAvail_IRQn, ADC1_IRQn, ADC2_IRQn }

Interrupt vectors for the ADC peripheral type

Definition at line 1600 of file MIMXRT1052.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:09