[][src]Type Definition atsamd11c14a::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 avaliable 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

Register size

impl Writable for CPUSEL[src]

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