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

type INPTR = Reg<u32, _INPTR>;

Pointer to the input packet.

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

For information about available fields see inptr module

Trait Implementations

impl Readable for INPTR[src]

read() method returns inptr::R reader structure

impl ResetValue for INPTR[src]

Register INPTR reset()'s with value 0

type Type = u32

Register size

impl Writable for INPTR[src]

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