[][src]Type Definition nrf52811_pac::spi1::psel::MISO

type MISO = Reg<u32, _MISO>;

Pin select for MISO signal

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

For information about available fields see miso module

Trait Implementations

impl Readable for MISO[src]

read() method returns miso::R reader structure

impl ResetValue for MISO[src]

Register MISO reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for MISO[src]

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