Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions arch/ARM/STM32/drivers/sai/stm32-sai.ads
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
------------------------------------------------------------------------------
-- --
-- Copyright (C) 2016, AdaCore --
-- Copyright (C) 2016-2026, AdaCore --
-- --
-- Redistribution and use in source and binary forms, with or without --
-- modification, are permitted provided that the following conditions are --
Expand Down Expand Up @@ -188,7 +188,7 @@ package STM32.SAI is
(FS_Frame,
FS_Frame_And_Channel_Identification)
with Size => 1;
-- Meaningless and is not used in AC97 or SPDIF audio block
-- Meaningless and is not used in AC'97 or SPDIF audio block
-- configuration. It must be configured when the audio block is disabled.
--
-- In case of FS_Frame_And_Channel_Identification, the number of slots
Expand All @@ -206,7 +206,7 @@ package STM32.SAI is
FS_Active_High)
with Size => 1;
-- It is used to configure the level of the start of frame on the FS
-- signal. It is meaningless and is not used in AC97 or SPDIF audio
-- signal. It is meaningless and is not used in AC'97 or SPDIF audio
-- block configuration.
--
-- FS_Active_Low: FS is active low (falling edge)
Expand All @@ -216,7 +216,7 @@ package STM32.SAI is
(First_Bit,
Before_First_Bit)
with Size => 1;
-- Meaningless and is not used in AC97 or SPDIF audio block
-- Meaningless and is not used in AC'97 or SPDIF audio block
-- configuration. This bit must be configured when the audio block
-- is disabled.
-- First_Bit: FS is asserted on the first bit of the slot 0.
Expand All @@ -231,7 +231,7 @@ package STM32.SAI is
-- The slot size must be higher or equal to the data size. If this
-- condition is not respected, the behavior of the SAI will be
-- undetermined.
-- Ignored in AC97 or SPDIF mode.
-- Ignored in AC'97 or SPDIF mode.
-- Data_Size: The slot size is equivalent to the data size (specified in
-- DS[3:0] in the SAI_xCR1 register).

Expand Down
Loading