Home
last modified time | relevance | path

Searched refs:__IOM (Results 1 – 3 of 3) sorted by relevance

/hal_ambiq-3.5.0/CMSIS/AmbiqMicro/Include/
Dapollo4p.h184 #ifndef __IOM /*!< Fallback for older CMSIS versions …
185 #define __IOM __IO macro
237__IOM uint32_t CFG; /*!< (@ 0x00000000) The ADC Configuration Register con…
246__IOM uint32_t ADCEN : 1; /*!< [0..0] This bit enables the ADC module. While the A…
253__IOM uint32_t RPTEN : 1; /*!< [2..2] This bit enables Repeating Scan Mode. …
254__IOM uint32_t LPMODE : 1; /*!< [3..3] Select power mode to enter between active sc…
255__IOM uint32_t CKMODE : 1; /*!< [4..4] Clock mode register …
257__IOM uint32_t DFIFORDEN : 1; /*!< [12..12] Destructive FIFO Read Enable. Setting this…
260__IOM uint32_t TRIGSEL : 3; /*!< [18..16] Select the ADC trigger source. …
261__IOM uint32_t TRIGPOL : 1; /*!< [19..19] This bit selects the ADC trigger polarity …
[all …]
Dapollo4b_generic.h178 #define __IOM volatile /*! Defines 'read / write' structure member permissions */ macro
189 #ifndef __IOM /*!< Fallback for older CMSIS versions …
190 #define __IOM __IO macro
242__IOM uint32_t CFG; /*!< (@ 0x00000000) The ADC Configuration Register con…
251__IOM uint32_t ADCEN : 1; /*!< [0..0] This bit enables the ADC module. While the A…
258__IOM uint32_t RPTEN : 1; /*!< [2..2] This bit enables Repeating Scan Mode. …
259__IOM uint32_t LPMODE : 1; /*!< [3..3] Select power mode to enter between active sc…
260__IOM uint32_t CKMODE : 1; /*!< [4..4] Clock mode register …
262__IOM uint32_t DFIFORDEN : 1; /*!< [12..12] Destructive FIFO Read Enable. Setting this…
265__IOM uint32_t TRIGSEL : 3; /*!< [18..16] Select the ADC trigger source. …
[all …]
/hal_ambiq-3.5.0/mcu/apollo4p/hal/
Dam_hal_usbregs.h121 __IOM uint32_t CFG0; //32bit
126 __IOM uint8_t FuncAddr : 7;
131 __IOM uint8_t EnableSuspendM : 1;
133 __IOM uint8_t Resume : 1;
136 __IOM uint8_t HSEnable : 1;
137 __IOM uint8_t VersionSpecific : 1;
138 __IOM uint8_t ISOUpdate : 1;
142 __IOM uint16_t INTRIN; // 0x2,3
145 __IOM uint16_t EP0 : 1;
146 __IOM uint16_t EP1 : 1;
[all …]