pub fn half_buf_size(i2s: ove_i2s_t) -> usize
Size of one half-buffer in bytes. Pair with rx_buf / tx_buf to construct a slice via core::slice::from_raw_parts{,_mut}.
rx_buf
tx_buf
core::slice::from_raw_parts{,_mut}