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

type SIZERAMBLOCK = Reg<u32, _SIZERAMBLOCK>;

Deprecated array of size of RAM block in bytes. This name is kept for backward compatinility purposes. Use SIZERAMBLOCKS instead.

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

For information about available fields see sizeramblock module

Trait Implementations

impl Readable for SIZERAMBLOCK[src]

read() method returns sizeramblock::R reader structure

impl ResetValue for SIZERAMBLOCK[src]

Register SIZERAMBLOCK[%s] reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for SIZERAMBLOCK[src]

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