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

type RAW = Reg<u8, _RAW>;

Normally the hardware SB_LEDDA_IP block controls the brightness of the LED, creating a gentle fading pattern. However, by setting the appropriate bit in CTRL, it is possible to manually control the three individual LEDs.

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

For information about avaliable fields see raw module

Trait Implementations

impl Readable for RAW[src]

read() method returns raw::R reader structure

impl ResetValue for RAW[src]

Register RAW reset()'s with value 0

type Type = u8

Register size

impl Writable for RAW[src]

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