diff options
| author | everdrone <[email protected]> | 2025-10-22 20:01:15 +0200 |
|---|---|---|
| committer | everdrone <[email protected]> | 2025-10-22 20:01:15 +0200 |
| commit | c4b7fde3bc44a0b87b29eb048b76445fa2177e93 (patch) | |
| tree | 5028eebacdc0f9493314f617f69b10ddcff421be /embassy-stm32/src | |
| parent | 2a79c55d4d38e95f90a8efcf93a3e28f4d6ad35f (diff) | |
allow setting stm32 SAI frame_length to 256
Diffstat (limited to 'embassy-stm32/src')
| -rw-r--r-- | embassy-stm32/src/sai/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/sai/mod.rs b/embassy-stm32/src/sai/mod.rs index 726d1729a..08aebfb11 100644 --- a/embassy-stm32/src/sai/mod.rs +++ b/embassy-stm32/src/sai/mod.rs | |||
| @@ -391,7 +391,7 @@ pub struct Config { | |||
| 391 | pub frame_sync_polarity: FrameSyncPolarity, | 391 | pub frame_sync_polarity: FrameSyncPolarity, |
| 392 | pub frame_sync_active_level_length: word::U7, | 392 | pub frame_sync_active_level_length: word::U7, |
| 393 | pub frame_sync_definition: FrameSyncDefinition, | 393 | pub frame_sync_definition: FrameSyncDefinition, |
| 394 | pub frame_length: u8, | 394 | pub frame_length: u16, |
| 395 | pub clock_strobe: ClockStrobe, | 395 | pub clock_strobe: ClockStrobe, |
| 396 | pub output_drive: OutputDrive, | 396 | pub output_drive: OutputDrive, |
| 397 | pub master_clock_divider: Option<MasterClockDivider>, | 397 | pub master_clock_divider: Option<MasterClockDivider>, |
