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

type SCRATCHPTR = Reg<u32, _SCRATCHPTR>;

Pointer to data area used for temporary storage

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