Searched refs:SAM_DT_INST_CLOCK_PMC_CFG (Results 1 – 25 of 25) sorted by relevance
| /Zephyr-latest/include/zephyr/drivers/clock_control/ |
| D | atmel_sam_pmc.h | 26 #define SAM_DT_INST_CLOCK_PMC_CFG(inst) SAM_DT_CLOCK_PMC_CFG(0, DT_DRV_INST(inst)) macro
|
| /Zephyr-latest/drivers/hwinfo/ |
| D | hwinfo_sam_rstc.c | 59 const struct atmel_sam_pmc_config clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(0); in hwinfo_rstc_init()
|
| /Zephyr-latest/drivers/entropy/ |
| D | entropy_sam.c | 160 const struct atmel_sam_pmc_config clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(0); in entropy_sam_init()
|
| /Zephyr-latest/drivers/pwm/ |
| D | pwm_sam.c | 138 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(inst), \
|
| /Zephyr-latest/drivers/memc/ |
| D | memc_sam_smc.c | 97 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(inst), \
|
| /Zephyr-latest/drivers/dac/ |
| D | dac_sam.c | 214 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(0),
|
| /Zephyr-latest/drivers/mdio/ |
| D | mdio_sam.c | 172 (.clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(n),), () \
|
| /Zephyr-latest/drivers/can/ |
| D | can_sam.c | 180 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(inst), \
|
| /Zephyr-latest/drivers/gpio/ |
| D | gpio_sam4l.c | 261 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(n), \
|
| D | gpio_sam.c | 324 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(n), \
|
| /Zephyr-latest/drivers/watchdog/ |
| D | wdt_sam4l.c | 331 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(n), \
|
| /Zephyr-latest/drivers/i2c/ |
| D | i2c_sam_twihs.c | 341 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(n), \
|
| D | i2c_sam_twi.c | 373 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(n), \
|
| D | i2c_sam_twihs_rtio.c | 352 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(n), \
|
| D | i2c_sam4l_twim.c | 622 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(n), \
|
| /Zephyr-latest/drivers/usb/device/ |
| D | usb_dc_sam_usbhs.c | 314 const struct atmel_sam_pmc_config clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(0); in usb_dc_attach() 366 const struct atmel_sam_pmc_config clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(0); in usb_dc_detach()
|
| /Zephyr-latest/drivers/adc/ |
| D | adc_sam_afec.c | 373 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(n), \
|
| D | adc_sam.c | 399 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(n), \
|
| /Zephyr-latest/drivers/serial/ |
| D | uart_sam.c | 449 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(n), \
|
| D | usart_sam.c | 544 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(n), \
|
| /Zephyr-latest/drivers/dma/ |
| D | dma_sam_xdmac.c | 421 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(0),
|
| /Zephyr-latest/drivers/sdhc/ |
| D | sam_hsmci.c | 677 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(N), \
|
| /Zephyr-latest/drivers/spi/ |
| D | spi_sam.c | 873 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(n), \
|
| /Zephyr-latest/drivers/i2s/ |
| D | i2s_sam_ssc.c | 1020 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(0),
|
| /Zephyr-latest/drivers/ethernet/ |
| D | eth_sam_gmac.c | 2164 .clock_cfg = SAM_DT_INST_CLOCK_PMC_CFG(0),
|