Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/
A Dclk.c144 clk_periph_pt periph_clk = NULL; in sunxi_clk_set_parent() local
156 periph_clk = (clk_periph_pt)pclk; in sunxi_clk_set_parent()
209 clk_periph_pt periph_clk = NULL; in sunxi_clk_get_parent() local
222 periph_clk = (clk_periph_pt)pclk; in sunxi_clk_get_parent()
266 clk_periph_pt periph_clk = NULL; in sunxi_clk_disable() local
280 periph_clk = (clk_periph_pt)pclk; in sunxi_clk_disable()
322 clk_periph_pt periph_clk = NULL; in sunxi_clk_enabled() local
374 clk_periph_pt periph_clk = NULL; in sunxi_clk_is_enabled() local
418 clk_periph_pt periph_clk = NULL; in sunxi_clk_round_rate() local
480 clk_periph_pt periph_clk = NULL; in sunxi_clk_recalc_rate() local
[all …]
/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_hw_i2c.h24 rcu_periph_enum periph_clk; /* I2C peripheral clock */ member
A Ddrv_hw_i2c.c20 ….i2c_periph = I2C0, .device_name = "i2c0", .periph_clk = RCU_I2C0, .i2c_clock_hz = BSP_HW_I2C0_CLO…
28 ….i2c_periph = I2C1, .device_name = "i2c1", .periph_clk = RCU_I2C1, .i2c_clock_hz = BSP_HW_I2C1_CLO…
561 rcu_periph_clock_enable(config->periph_clk); in rt_hw_i2c_init()

Completed in 23 milliseconds