Macros | |
#define | LL_I2S_SCLKG_NONE (0x00000000UL) |
Clock gating is disabled. More... | |
#define | LL_I2S_SCLKG_CYCLES_12 (0x1UL << I2S_CLKCONFIG_SCLKG_Pos) |
Gating after 12 sclk cycles. More... | |
#define | LL_I2S_SCLKG_CYCLES_16 (0x2UL << I2S_CLKCONFIG_SCLKG_Pos) |
Gating after 16 sclk cycles. More... | |
#define | LL_I2S_SCLKG_CYCLES_20 (0x3UL << I2S_CLKCONFIG_SCLKG_Pos) |
Gating after 20 sclk cycles. More... | |
#define | LL_I2S_SCLKG_CYCLES_24 (0x4UL << I2S_CLKCONFIG_SCLKG_Pos) |
Gating after 24 sclk cycles. More... | |
#define LL_I2S_SCLKG_CYCLES_12 (0x1UL << I2S_CLKCONFIG_SCLKG_Pos) |
Gating after 12 sclk cycles.
Definition at line 202 of file gr55xx_ll_i2s.h.
#define LL_I2S_SCLKG_CYCLES_16 (0x2UL << I2S_CLKCONFIG_SCLKG_Pos) |
Gating after 16 sclk cycles.
Definition at line 203 of file gr55xx_ll_i2s.h.
#define LL_I2S_SCLKG_CYCLES_20 (0x3UL << I2S_CLKCONFIG_SCLKG_Pos) |
Gating after 20 sclk cycles.
Definition at line 204 of file gr55xx_ll_i2s.h.
#define LL_I2S_SCLKG_CYCLES_24 (0x4UL << I2S_CLKCONFIG_SCLKG_Pos) |
Gating after 24 sclk cycles.
Definition at line 205 of file gr55xx_ll_i2s.h.
#define LL_I2S_SCLKG_NONE (0x00000000UL) |