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

type MSW = Reg<u32, _MSW>;

PKA most-significant-word of result vector This register indicates the (word) address in the PKA RAM where the most significant nonzero 32-bit word of the result is stored. Should be ignored for modulo operations. For basic PKCP operations, this register is updated when the run bit in the PKA_FUNCTION register is reset at the end of the operation. For the complex-sequencer controlled operations, updating of the final value matching the actual result is done near the end of the operation; note that the result is only meaningful if no errors were detected and that for ECC operations, the PKA_MSW register will provide information for the x-coordinate of the result point only.

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

For information about avaliable fields see msw module

Trait Implementations

impl Readable for MSW[src]

read() method returns msw::R reader structure

impl Writable for MSW[src]

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

impl ResetValue for MSW[src]

Register MSW reset()'s with value 0

type Type = u32

Register size