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

type ADDR = Reg<u8, _ADDR>;

This register is directly connected to SB_LEDDA_IP.ADDR. This register controls the address that is updated whenever DAT is written. Writing to this register has no immediate effect -- data isn't written until the DAT register is written.

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

For information about avaliable fields see addr module

Trait Implementations

impl Readable for ADDR[src]

read() method returns addr::R reader structure

impl ResetValue for ADDR[src]

Register ADDR reset()'s with value 0

type Type = u8

Register size

impl Writable for ADDR[src]

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