Type Definition gd32f1::gd32f170::spi0::I2SCTL[][src]

type I2SCTL = Reg<u16, _I2SCTL>;

I2S control register

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

For information about available fields see i2sctl module

Trait Implementations

impl Readable for I2SCTL[src]

read() method returns i2sctl::R reader structure

impl ResetValue for I2SCTL[src]

Register I2SCTL reset()’s with value 0

type Type = u16

Register size

impl Writable for I2SCTL[src]

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