Module esp32c3::i2s0::rx_clkm_div_conf
source · Expand description
I2S RX module clock divider configure register
Structs§
- I2S RX module clock divider configure register
Type Aliases§
- Register
RX_CLKM_DIV_CONFreader - Field
RX_CLKM_DIV_Xreader - 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
RX_CLKM_DIV_Xwriter - 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
RX_CLKM_DIV_YN1reader - 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
RX_CLKM_DIV_YN1writer - 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
RX_CLKM_DIV_Yreader - 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
RX_CLKM_DIV_Ywriter - 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
RX_CLKM_DIV_Zreader - 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
RX_CLKM_DIV_Zwriter - 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). - Register
RX_CLKM_DIV_CONFwriter