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

type R = R<u8, RAW>;

Reader of register RAW

Methods

impl R[src]

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

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

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

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

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

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