[][src]Type Definition nrf51::ficr::NUMRAMBLOCK

type NUMRAMBLOCK = Reg<u32, _NUMRAMBLOCK>;

Number of individualy controllable RAM blocks.

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

For information about available fields see numramblock module

Trait Implementations

impl Readable for NUMRAMBLOCK[src]

read() method returns numramblock::R reader structure

impl ResetValue for NUMRAMBLOCK[src]

Register NUMRAMBLOCK reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for NUMRAMBLOCK[src]

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