Home
last modified time | relevance | path

Searched refs:stm32_pclken (Results 1 – 25 of 72) sorted by relevance

123

/Zephyr-latest/drivers/ethernet/
Deth_stm32_hal_priv.h35 struct stm32_pclken pclken;
36 struct stm32_pclken pclken_rx;
37 struct stm32_pclken pclken_tx;
39 struct stm32_pclken pclken_ptp;
Deth_dwmac_stm32h7x.c35 static const struct stm32_pclken pclken = {
39 static const struct stm32_pclken pclken_tx = {
43 static const struct stm32_pclken pclken_rx = {
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_wb0.c212 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on()
236 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off()
254 struct stm32_pclken *pclken = (struct stm32_pclken *)sub_system; in stm32_clock_control_configure()
274 static inline int get_apb0_periph_clkrate(struct stm32_pclken *pclken, in get_apb0_periph_clkrate()
315 static inline int get_apb1_periph_clkrate(struct stm32_pclken *pclken, in get_apb1_periph_clkrate()
406 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_get_subsys_rate()
514 struct stm32_pclken *pclken = (struct stm32_pclken *)sub_system; in stm32_clock_control_get_status()
Dclock_stm32_ll_wba.c68 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on()
90 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off()
111 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_configure()
169 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_get_subsys_rate()
286 struct stm32_pclken *pclken = (struct stm32_pclken *)sub_system; in stm32_clock_control_get_status()
Dclock_stm32_ll_mp1.c20 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on()
71 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off()
123 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_get_subsys_rate()
Dclock_stm32_ll_common.c253 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on()
277 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off()
297 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_configure()
328 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_get_subsys_rate()
497 struct stm32_pclken *pclken = (struct stm32_pclken *)sub_system; in stm32_clock_control_get_status()
Dclock_stm32_ll_u5.c156 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on()
178 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off()
197 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_configure()
223 struct stm32_pclken *pclken = (struct stm32_pclken *)(sys); in stm32_clock_control_get_subsys_rate()
372 struct stm32_pclken *pclken = (struct stm32_pclken *)sub_system; in stm32_clock_control_get_status()
Dclock_stm32_mco.c27 const struct stm32_pclken pclken[1];
33 const struct stm32_pclken *pclken = &config->pclken[0]; in stm32_mco_init()
Dclock_stm32_ll_h5.c150 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on()
172 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off()
191 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_configure()
214 struct stm32_pclken *pclken = (struct stm32_pclken *)(sys); in stm32_clock_control_get_subsys_rate()
Dclock_stm32_mux.c21 const struct stm32_pclken pclken;
Dclock_stm32_ll_n6.c197 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on()
220 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off()
244 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_configure()
270 struct stm32_pclken *pclken = (struct stm32_pclken *)(sys); in stm32_clock_control_get_subsys_rate()
Dclock_stm32_ll_h7.c388 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system);
415 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system);
437 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system);
467 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system);
/Zephyr-latest/drivers/usb/device/
Dusb_dc_dw_stm32.h18 const struct stm32_pclken *const pclken;
63 static const struct stm32_pclken pclken_##n[] = STM32_DT_INST_CLOCKS(n);\
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/src/
Dtest_stm32_clock_configuration.c38 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(spi1)); in ZTEST()
39 struct stm32_pclken spi1_reg_clk_cfg = pclken[0]; in ZTEST()
54 struct stm32_pclken spi1_domain_clk_cfg = pclken[1]; in ZTEST()
/Zephyr-latest/drivers/memc/
Dmemc_stm32.c34 const struct stm32_pclken *pclken;
91 static const struct stm32_pclken pclken[] = STM32_DT_INST_CLOCKS(0);
/Zephyr-latest/soc/st/stm32/stm32wbax/hci_if/
Dbleplat.c30 struct stm32_pclken *pclken;
92 struct stm32_pclken *rng_pclken; in enable_rng_clock()
/Zephyr-latest/drivers/watchdog/
Dwdt_wwdg_stm32.h26 struct stm32_pclken pclken;
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/
Dtest_stm32_clock_configuration_i2c.c28 static void i2c_set_clock(const struct stm32_pclken *clk) in i2c_set_clock()
76 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(i2c1)); in ZTEST()
Dtest_stm32_clock_configuration_i2s.c21 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(i2s2)); in ZTEST()
/Zephyr-latest/drivers/crypto/
Dcrypto_stm32_priv.h22 struct stm32_pclken pclken;
/Zephyr-latest/soc/st/stm32/common/
Dstm32_backup_sram.c18 struct stm32_pclken pclken;
/Zephyr-latest/drivers/i2s/
Di2s_ll_stm32.h18 const struct stm32_pclken *pclken;
/Zephyr-latest/drivers/serial/
Duart_stm32.h28 const struct stm32_pclken *pclken;
/Zephyr-latest/drivers/flash/
Dflash_stm32_xspi.h70 const struct stm32_pclken *pclken;
/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32.h42 const struct stm32_pclken *pclken;

123