Type Definition atsam4s2a_pac::pwm::FPV[][src]

type FPV = Reg<u32, _FPV>;

PWM Fault Protection Value Register

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

For information about available fields see fpv module

Trait Implementations

impl Readable for FPV[src]

read() method returns fpv::R reader structure

impl ResetValue for FPV[src]

Register FPV reset()’s with value 0

type Type = u32

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

impl Writable for FPV[src]

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