Module rx_clkm_div_conf

Source
Expand description

I2S RX module clock divider configure register

Structs§

RX_CLKM_DIV_CONF_SPEC
I2S RX module clock divider configure register

Type Aliases§

R
Register RX_CLKM_DIV_CONF reader
RX_CLKM_DIV_X_R
Field 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.
RX_CLKM_DIV_X_W
Field 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.
RX_CLKM_DIV_YN1_R
Field 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.
RX_CLKM_DIV_YN1_W
Field 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.
RX_CLKM_DIV_Y_R
Field 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)).
RX_CLKM_DIV_Y_W
Field 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)).
RX_CLKM_DIV_Z_R
Field 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).
RX_CLKM_DIV_Z_W
Field 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).
W
Register RX_CLKM_DIV_CONF writer