[][src]Type Definition nrf52832_pac::i2s::psel::SCK

type SCK = Reg<u32, _SCK>;

Pin select for SCK signal.

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

For information about available fields see sck module

Trait Implementations

impl Readable for SCK[src]

read() method returns sck::R reader structure

impl ResetValue for SCK[src]

Register SCK reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for SCK[src]

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