Type Definition tm4c123x::pwm0::ENABLE

source ·
pub type ENABLE = Reg<u32, _ENABLE>;
Expand description

PWM Output Enable

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

For information about available fields see enable module

Trait Implementations§

source§

impl ResetValue for ENABLE

Register ENABLE 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 ENABLE

read() method returns enable::R reader structure

source§

impl Writable for ENABLE

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