[][src]Type Definition cc2538::pka::SW_REV

type SW_REV = Reg<u32, _SW_REV>;

PKA firmware revision and capabilities register This register allows the host access to the internal firmware revision number of the PKA Engine for software driver matching and diagnostic purposes. This register also contains a field that encodes the capabilities of the embedded firmware. The PKA_SW_REV register is written by the firmware within a few clock cycles after starting up that firmware. The hardware reset value is zero, indicating that the information has not been written yet.

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

For information about avaliable fields see sw_rev module

Trait Implementations

impl Readable for SW_REV[src]

read() method returns sw_rev::R reader structure

impl Writable for SW_REV[src]

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

impl ResetValue for SW_REV[src]

Register SW_REV reset()'s with value 0

type Type = u32

Register size