[][src]Type Definition atsamd21e18a::pm::CPUSEL

type CPUSEL = Reg<u8, _CPUSEL>;

CPU Clock Select

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see cpusel module

Trait Implementations

impl Readable for CPUSEL[src]

read() method returns cpusel::R reader structure

impl ResetValue for CPUSEL[src]

Register CPUSEL reset()'s with value 0

type Type = u8

Raw register type (u8, u16, u32, ...).

impl Writable for CPUSEL[src]

write(|w| ..) method takes cpusel::W writer structure