Type Definition atsam4sa16b_pac::pwm::FPE[][src]

type FPE = Reg<u32, _FPE>;

PWM Fault Protection Enable Register

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

For information about available fields see fpe module

Trait Implementations

impl Readable for FPE[src]

read() method returns fpe::R reader structure

impl ResetValue for FPE[src]

Register FPE reset()’s with value 0

type Type = u32

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

impl Writable for FPE[src]

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