Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

SAM3U2C definitions

SAM3U2C definitions

This file defines all structures and symbols for SAM3U2C:

  • registers and bitfields
  • peripheral base address
  • peripheral ID
  • PIO definitions.
More...

Modules

 CMSIS Definitions
 Peripheral Software API
 

SOFTWARE PERIPHERAL API DEFINITION FOR SAM3U2C.


 Registers Access Definitions
 Peripheral Ids Definitions
 Peripheral Base Address Definitions
 Peripheral Pio Definitions

Typedefs

typedef volatile uint32_t WoReg
 Write only 32-bit register (volatile unsigned int)
typedef volatile uint32_t RwReg
 Read-Write 32-bit register (volatile unsigned int)

Variables

C typedef volatile const uint32_t RoReg
 Read only 32-bit register (volatile const unsigned int)

Detailed Description

This file defines all structures and symbols for SAM3U2C:

  • registers and bitfields
  • peripheral base address
  • peripheral ID
  • PIO definitions.

Typedef Documentation

typedef volatile uint32_t RwReg

Read-Write 32-bit register (volatile unsigned int)

Definition at line 54 of file sam3u2c.h.

typedef volatile uint32_t WoReg

Write only 32-bit register (volatile unsigned int)

Definition at line 53 of file sam3u2c.h.


Variable Documentation

typedef volatile uint32_t RoReg

Read only 32-bit register (volatile const unsigned int)

Definition at line 51 of file sam3u2c.h.