/Zephyr-latest/drivers/clock_control/ |
D | clock_stm32_ll_mp1.c | 20 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
|
D | clock_stm32_ll_wb0.c | 212 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
|
D | clock_stm32_mco.c | 27 const struct stm32_pclken pclken[1]; member 33 const struct stm32_pclken *pclken = &config->pclken[0]; in stm32_mco_init() local
|
D | clock_stm32_ll_wba.c | 68 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
|
D | clock_stm32_ll_u5.c | 156 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
|
D | clock_stm32_mux.c | 21 const struct stm32_pclken pclken; member
|
D | clock_stm32_ll_common.c | 253 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
|
D | clock_stm32_ll_h5.c | 150 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
|
D | clock_stm32_ll_n6.c | 197 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
|
D | clock_stm32_ll_h7.c | 388 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/ |
D | memc_stm32.c | 34 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/ |
D | test_stm32_clock_configuration_i2s.c | 21 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(i2s2)); in ZTEST() local
|
D | test_stm32_clock_configuration_sdmmc.c | 31 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(sdmmc1)); in ZTEST() local
|
D | test_stm32_clock_configuration_lptim.c | 26 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(lptim1)); in ZTEST() local
|
D | test_stm32_clock_configuration_i2c.c | 76 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(i2c1)); in ZTEST() local
|
D | test_stm32_clock_configuration_adc.c | 59 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(adc1)); in ZTEST() local
|
/Zephyr-latest/soc/st/stm32/common/ |
D | stm32_backup_sram.c | 18 struct stm32_pclken pclken; member
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/src/ |
D | test_stm32_clock_configuration.c | 38 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(spi1)); in ZTEST() local
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_wwdg_stm32.h | 26 struct stm32_pclken pclken; member
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_dw_stm32.h | 18 const struct stm32_pclken *const pclken; member
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_dwmac_stm32h7x.c | 35 static const struct stm32_pclken pclken = { variable
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/src/ |
D | test_stm32_clock_configuration.c | 38 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(spi1)); in ZTEST() local
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_stm32_priv.h | 22 struct stm32_pclken pclken; member
|
/Zephyr-latest/drivers/sensor/st/qdec_stm32/ |
D | qdec_stm32.c | 31 struct stm32_pclken pclken; member
|
/Zephyr-latest/drivers/dac/ |
D | dac_stm32.c | 48 struct stm32_pclken pclken; member
|