pub enum MUTEVAL_A {
SendZero = 0,
SendLast = 1,
}
Expand description
Mute value. This bit is set and cleared by software.It must be written before enabling the audio block: SAIXEN. This bit is meaningful only when the audio block operates as a transmitter, the number of slots is lower or equal to 2 and the MUTE bit is set. If more slots are declared, the bit value sent during the transmission in mute mode is equal to 0, whatever the value of MUTEVAL. if the number of slot is lower or equal to 2 and MUTEVAL = 1, the MUTE value transmitted for each slot is the one sent during the previous frame. Refer to Section: Mute mode for more details. Note: This bit is meaningless and should not be used for SPDIF audio blocks.
Value on reset: 0
Variants§
SendZero = 0
0: Bit value 0 is sent during the mute mode
SendLast = 1
1: Last values are sent during the mute mode