[][src]Type Definition nrf51::ccm::SCRATCHPTR

type SCRATCHPTR = Reg<u32, _SCRATCHPTR>;

Pointer to a scratch data area used for temporary storage during resolution. A minimum of 43 bytes must be reserved.

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

For information about available fields see scratchptr module

Trait Implementations

impl Readable for SCRATCHPTR[src]

read() method returns scratchptr::R reader structure

impl ResetValue for SCRATCHPTR[src]

Register SCRATCHPTR reset()'s with value 0

type Type = u32

Register size

impl Writable for SCRATCHPTR[src]

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