Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Device/RP2350/Include/
DRP2350.h133 #ifndef __IOM /*!< Fallback for older CMSIS versions …
134 #define __IOM __IO macro
159__IOM uint32_t RESET; /*!< RESET …
160__IOM uint32_t WDSEL; /*!< WDSEL …
161__IOM uint32_t RESET_DONE; /*!< RESET_DONE …
176__IOM uint32_t FRCE_ON; /*!< Force block out of reset (i.e. power it on) …
177__IOM uint32_t FRCE_OFF; /*!< Force into reset (i.e. power it off) …
178__IOM uint32_t WDSEL; /*!< Set to 1 if the watchdog should reset this …
179__IOM uint32_t DONE; /*!< Is the subsystem ready? …
194__IOM uint32_t CLK_GPOUT0_CTRL; /*!< Clock control, can be changed on-the-fly (excep…
[all …]
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Device/RP2040/Include/
DRP2040.h105 #ifndef __IOM /*!< Fallback for older CMSIS versions …
106 #define __IOM __IO macro
131__IOM uint32_t RESET; /*!< Reset control. If a bit is set it means the per…
133__IOM uint32_t WDSEL; /*!< Watchdog select. If a bit is set then the watch…
135__IOM uint32_t RESET_DONE; /*!< Reset done. If a bit is set then a reset done s…
152__IOM uint32_t FRCE_ON; /*!< Force block out of reset (i.e. power it on) …
153__IOM uint32_t FRCE_OFF; /*!< Force into reset (i.e. power it off) …
154__IOM uint32_t WDSEL; /*!< Set to 1 if this peripheral should be reset whe…
156__IOM uint32_t DONE; /*!< Indicates the peripheral's registers are ready …
171__IOM uint32_t CLK_GPOUT0_CTRL; /*!< Clock control, can be changed on-the-fly (excep…
[all …]
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcore_cm33.h305 #define __IOM volatile /*! Defines 'read / write' structure member permissions */ macro
487 __IOM uint32_t ISER[16U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
489__IOM uint32_t ICER[16U]; /*!< Offset: 0x080 (R/W) Interrupt Clear Enable Register */
491 __IOM uint32_t ISPR[16U]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */
493__IOM uint32_t ICPR[16U]; /*!< Offset: 0x180 (R/W) Interrupt Clear Pending Register …
495 __IOM uint32_t IABR[16U]; /*!< Offset: 0x200 (R/W) Interrupt Active bit Register */
497__IOM uint32_t ITNS[16U]; /*!< Offset: 0x280 (R/W) Interrupt Non-Secure State Regist…
499__IOM uint8_t IPR[496U]; /*!< Offset: 0x300 (R/W) Interrupt Priority Register (8Bit…
524__IOM uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis…
525 __IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
[all …]
Dcore_cm0plus.h181 #define __IOM volatile /*! Defines 'read / write' structure member permissions */ macro
331 __IOM uint32_t ISER[1U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
333__IOM uint32_t ICER[1U]; /*!< Offset: 0x080 (R/W) Interrupt Clear Enable Register */
335 __IOM uint32_t ISPR[1U]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */
337__IOM uint32_t ICPR[1U]; /*!< Offset: 0x180 (R/W) Interrupt Clear Pending Register …
340 __IOM uint32_t IPR[8U]; /*!< Offset: 0x300 (R/W) Interrupt Priority Register */
359__IOM uint32_t ICSR; /*!< Offset: 0x004 (R/W) Interrupt Control and State Regis…
361 __IOM uint32_t VTOR; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
365__IOM uint32_t AIRCR; /*!< Offset: 0x00C (R/W) Application Interrupt and Reset C…
366 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */
[all …]