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

type DAT = Reg<u8, _DAT>;

This is the value for the SB_LEDDA_IP.DAT register. It is directly written into the SB_LEDDA_IP hardware block, so you should refer to http://www.latticesemi.com/view_document?document_id=50668. The contents of this register are written to the address specified in ADDR immediately upon writing this register.

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

For information about avaliable fields see dat module

Trait Implementations

impl Readable for DAT[src]

read() method returns dat::R reader structure

impl ResetValue for DAT[src]

Register DAT reset()'s with value 0

type Type = u8

Register size

impl Writable for DAT[src]

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