Type Alias stm32_hal2::pac::sai1::ch::cr1::SAIEN_R

source ·
pub type SAIEN_R = BitReaderRaw<SAIEN_A>;
Expand description

Field SAIEN reader - Audio block enable where x is A or B. This bit is set by software. To switch off the audio block, the application software must program this bit to 0 and poll the bit till it reads back 0, meaning that the block is completely disabled. Before setting this bit to 1, check that it is set to 0, otherwise the enable command will not be taken into account. This bit allows to control the state of SAIx audio block. If it is disabled when an audio frame transfer is ongoing, the ongoing transfer completes and the cell is fully disabled at the end of this audio frame transfer. Note: When SAIx block is configured in master mode, the clock must be present on the input of SAIx before setting SAIXEN bit.

Aliased Type§

struct SAIEN_R { /* private fields */ }