Module esp32s3::i2s1::i2s_rx_clkm_div_conf
source · [−]Expand description
I2S RX module clock divider configure register
Structs
I2S RX module clock divider configure register
Register
I2S_RX_CLKM_DIV_CONF readerRegister
I2S_RX_CLKM_DIV_CONF writerType Definitions
Field
I2S_RX_CLKM_DIV_X reader - For b <= a/2, the value of I2S_RX_CLKM_DIV_X is (a/b) - 1. For b > a/2, the value of I2S_RX_CLKM_DIV_X is (a/(a-b)) - 1.Field
I2S_RX_CLKM_DIV_X writer - For b <= a/2, the value of I2S_RX_CLKM_DIV_X is (a/b) - 1. For b > a/2, the value of I2S_RX_CLKM_DIV_X is (a/(a-b)) - 1.Field
I2S_RX_CLKM_DIV_YN1 reader - For b <= a/2, the value of I2S_RX_CLKM_DIV_YN1 is 0 . For b > a/2, the value of I2S_RX_CLKM_DIV_YN1 is 1.Field
I2S_RX_CLKM_DIV_YN1 writer - For b <= a/2, the value of I2S_RX_CLKM_DIV_YN1 is 0 . For b > a/2, the value of I2S_RX_CLKM_DIV_YN1 is 1.Field
I2S_RX_CLKM_DIV_Y reader - For b <= a/2, the value of I2S_RX_CLKM_DIV_Y is (a%b) . For b > a/2, the value of I2S_RX_CLKM_DIV_Y is (a%(a-b)).Field
I2S_RX_CLKM_DIV_Y writer - For b <= a/2, the value of I2S_RX_CLKM_DIV_Y is (a%b) . For b > a/2, the value of I2S_RX_CLKM_DIV_Y is (a%(a-b)).Field
I2S_RX_CLKM_DIV_Z reader - For b <= a/2, the value of I2S_RX_CLKM_DIV_Z is b. For b > a/2, the value of I2S_RX_CLKM_DIV_Z is (a-b).Field
I2S_RX_CLKM_DIV_Z writer - For b <= a/2, the value of I2S_RX_CLKM_DIV_Z is b. For b > a/2, the value of I2S_RX_CLKM_DIV_Z is (a-b).