[][src]Type Definition fomu_pac::rgb::raw::W

type W = W<u8, RAW>;

Writer for register RAW

Methods

impl W[src]

pub fn r(&mut self) -> R_W[src]

Bit 0 - Raw value for the red LED when CTRL.RRAW is 1.

pub fn g(&mut self) -> G_W[src]

Bit 1 - Raw value for the green LED when CTRL.GRAW is 1.

pub fn b(&mut self) -> B_W[src]

Bit 2 - Raw value for the blue LED when CTRL.BRAW is 1.