Enum stm32_hal2::sai::ClockStrobe [−][src]
#[repr(u8)]
pub enum ClockStrobe {
TransmitRisingEdge,
TransmitFallingEdge,
}
Expand description
Select Stereo or Mono mode.Sets xCR1 register, MONO field.
Variants
Signals generated by the SAI change on SCK rising edge, while signals received by the SAI are sampled on the SCK falling edge.
Signals generated by the SAI change on SCK falling edge, while signals received by the SAI are sampled on the SCK rising edge.