AcceptedWord

Trait AcceptedWord 

Source
pub trait AcceptedWord: Sealed { }
Expand description

Data types that the I2S peripheral can work with.

Implementations on Foreign Types§

Source§

impl AcceptedWord for i8

Available on crate feature unstable only.
Source§

impl AcceptedWord for i16

Available on crate feature unstable only.
Source§

impl AcceptedWord for i32

Available on crate feature unstable only.
Source§

impl AcceptedWord for u8

Available on crate feature unstable only.
Source§

impl AcceptedWord for u16

Available on crate feature unstable only.
Source§

impl AcceptedWord for u32

Available on crate feature unstable only.

Implementors§