[][src]Type Definition fomu_pac::rgb::CTRL

type CTRL = Reg<u8, _CTRL>;

Control logic for the RGB LED and LEDDA hardware PWM LED block.

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

For information about avaliable fields see ctrl module

Trait Implementations

impl Readable for CTRL[src]

read() method returns ctrl::R reader structure

impl ResetValue for CTRL[src]

Register CTRL reset()'s with value 0

type Type = u8

Register size

impl Writable for CTRL[src]

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