/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 167 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_get_subsys_rate() local 284 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 221 struct stm32_pclken *pclken = (struct stm32_pclken *)(sys); in stm32_clock_control_get_subsys_rate() local 370 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 | 255 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_on() local 279 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_off() local 300 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_configure() local 333 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); in stm32_clock_control_get_subsys_rate() local 504 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 213 struct stm32_pclken *pclken = (struct stm32_pclken *)(sys); in stm32_clock_control_get_subsys_rate() local
|
D | clock_stm32_ll_h7.c | 387 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); local 414 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); local 436 struct stm32_pclken *pclken = (struct stm32_pclken *)(sub_system); local 464 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
|
/Zephyr-latest/soc/st/stm32/stm32wbax/hci_if/ |
D | bleplat.c | 30 struct stm32_pclken *pclken; member
|