Home
last modified time | relevance | path

Searched defs:pclken (Results 1 – 25 of 63) sorted by relevance

123

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_mp1.c20 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on() local
71 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off() local
123 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_get_subsys_rate() local
Dclock_stm32_ll_wb0.c212 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on() local
236 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off() local
254 struct stm32_pclken *pclken = (struct stm32_pclken *)sub_system; in stm32_clock_control_configure() local
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() local
514 struct stm32_pclken *pclken = (struct stm32_pclken *)sub_system; in stm32_clock_control_get_status() local
Dclock_stm32_mco.c27 const struct stm32_pclken pclken[1]; member
33 const struct stm32_pclken *pclken = &config->pclken[0]; in stm32_mco_init() local
Dclock_stm32_ll_wba.c68 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on() local
90 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off() local
111 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_configure() local
169 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_get_subsys_rate() local
286 struct stm32_pclken *pclken = (struct stm32_pclken *)sub_system; in stm32_clock_control_get_status() local
Dclock_stm32_ll_u5.c156 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on() local
178 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off() local
197 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_configure() local
223 struct stm32_pclken *pclken = (struct stm32_pclken *)(sys); in stm32_clock_control_get_subsys_rate() local
372 struct stm32_pclken *pclken = (struct stm32_pclken *)sub_system; in stm32_clock_control_get_status() local
Dclock_stm32_mux.c21 const struct stm32_pclken pclken; member
Dclock_stm32_ll_common.c253 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on() local
277 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off() local
297 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_configure() local
328 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_get_subsys_rate() local
497 struct stm32_pclken *pclken = (struct stm32_pclken *)sub_system; in stm32_clock_control_get_status() local
Dclock_stm32_ll_h5.c150 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on() local
172 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off() local
191 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_configure() local
214 struct stm32_pclken *pclken = (struct stm32_pclken *)(sys); in stm32_clock_control_get_subsys_rate() local
Dclock_stm32_ll_n6.c197 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on() local
220 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off() local
244 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_configure() local
270 struct stm32_pclken *pclken = (struct stm32_pclken *)(sys); in stm32_clock_control_get_subsys_rate() local
Dclock_stm32_ll_h7.c388 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); local
415 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); local
437 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); local
467 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); local
/Zephyr-latest/drivers/memc/
Dmemc_stm32.c34 const struct stm32_pclken *pclken; member
91 static const struct stm32_pclken pclken[] = STM32_DT_INST_CLOCKS(0); variable
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/
Dtest_stm32_clock_configuration_i2s.c21 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(i2s2)); in ZTEST() local
Dtest_stm32_clock_configuration_sdmmc.c31 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(sdmmc1)); in ZTEST() local
Dtest_stm32_clock_configuration_lptim.c26 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(lptim1)); in ZTEST() local
Dtest_stm32_clock_configuration_i2c.c76 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(i2c1)); in ZTEST() local
Dtest_stm32_clock_configuration_adc.c59 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(adc1)); in ZTEST() local
/Zephyr-latest/soc/st/stm32/common/
Dstm32_backup_sram.c18 struct stm32_pclken pclken; member
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/src/
Dtest_stm32_clock_configuration.c38 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(spi1)); in ZTEST() local
/Zephyr-latest/drivers/watchdog/
Dwdt_wwdg_stm32.h26 struct stm32_pclken pclken; member
/Zephyr-latest/drivers/usb/device/
Dusb_dc_dw_stm32.h18 const struct stm32_pclken *const pclken; member
/Zephyr-latest/drivers/ethernet/
Deth_dwmac_stm32h7x.c35 static const struct stm32_pclken pclken = { variable
/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() local
/Zephyr-latest/drivers/crypto/
Dcrypto_stm32_priv.h22 struct stm32_pclken pclken; member
/Zephyr-latest/drivers/sensor/st/qdec_stm32/
Dqdec_stm32.c31 struct stm32_pclken pclken; member
/Zephyr-latest/drivers/dac/
Ddac_stm32.c48 struct stm32_pclken pclken; member

123