Home
last modified time | relevance | path

Searched refs:reset_mask (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.6.0/drivers/clock_control/
Dclock_control_lpc11u6x.c113 uint32_t clk_mask = 0, reset_mask = 0; in lpc11u6x_clock_control_on() local
121 reset_mask = LPC11U6X_PRESET_CTRL_I2C0; in lpc11u6x_clock_control_on()
125 reset_mask = LPC11U6X_PRESET_CTRL_I2C1; in lpc11u6x_clock_control_on()
140 reset_mask = LPC11U6X_PRESET_CTRL_USART1; in lpc11u6x_clock_control_on()
147 reset_mask = LPC11U6X_PRESET_CTRL_USART2; in lpc11u6x_clock_control_on()
155 reset_mask = LPC11U6X_PRESET_CTRL_USART3; in lpc11u6x_clock_control_on()
163 reset_mask = LPC11U6X_PRESET_CTRL_USART4; in lpc11u6x_clock_control_on()
174 syscon_peripheral_reset(cfg->syscon, reset_mask, false); in lpc11u6x_clock_control_on()
185 uint32_t clk_mask = 0, reset_mask = 0; in lpc11u6x_clock_control_off() local
193 reset_mask = LPC11U6X_PRESET_CTRL_I2C0; in lpc11u6x_clock_control_off()
[all …]