Module xmc4200::generic

source ·
Expand description

Common register and bit access and modify traits

Structs§

  • Marker for field writers are safe to write in specified inclusive range
  • Marker for field writers are safe to write in specified inclusive range
  • Marker for field writers are safe to write in specified inclusive range
  • This structure provides volatile access to registers.
  • Marker for register/field writers which can take any value of specified width
  • You should check that value is allowed to pass to register/field writer marked with this

Traits§

  • Raw field type
  • Marker for fields with fixed values
  • Raw register type (u8, u16, u32, …)
  • Trait implemented by readable registers to enable the read method.
  • Raw register type
  • Reset value of the register.
  • Trait implemented by writeable registers.

Type Aliases§