Type Definition tm4c129x::pwm0::FAULTVAL

source ·
pub type FAULTVAL = Reg<u32, _FAULTVAL>;
Expand description

PWM Fault Condition Value

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

For information about available fields see faultval module

Trait Implementations§

source§

impl ResetValue for FAULTVAL

Register FAULTVAL reset()’s with value 0

§

type Type = u32

Register size
source§

fn reset_value() -> Self::Type

Reset value of the register
source§

impl Readable for FAULTVAL

read() method returns faultval::R reader structure

source§

impl Writable for FAULTVAL

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