Home
last modified time | relevance | path

Searched refs:system_clock_peripheral_enable (Results 1 – 8 of 8) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/
A Dspi.c84 system_clock_peripheral_enable(PERIPHERAL_SPI0_SCK_CLK); in _spi_clock_enable()
85 system_clock_peripheral_enable(PERIPHERAL_SPI0_SCK_PHASE); in _spi_clock_enable()
86 system_clock_peripheral_enable(PERIPHERAL_SPI0_IF); in _spi_clock_enable()
87 system_clock_peripheral_enable(PERIPHERAL_SPI0_CORE); in _spi_clock_enable()
89 system_clock_peripheral_enable(PERIPHERAL_SPI1_SCK_CLK); in _spi_clock_enable()
90 system_clock_peripheral_enable(PERIPHERAL_SPI1_SCK_PHASE); in _spi_clock_enable()
91 system_clock_peripheral_enable(PERIPHERAL_SPI1_IF); in _spi_clock_enable()
92 system_clock_peripheral_enable(PERIPHERAL_SPI1_CORE); in _spi_clock_enable()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/pwm/
A Dpwm.c397 system_clock_peripheral_enable(PERIPHERAL_PWM0); in pwm_enable()
402 system_clock_peripheral_enable(PERIPHERAL_PWM1); in pwm_enable()
407 system_clock_peripheral_enable(PERIPHERAL_PWM2); in pwm_enable()
412 system_clock_peripheral_enable(PERIPHERAL_PWM3); in pwm_enable()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/
A Dwdt_sam_b.c157 system_clock_peripheral_enable(PERIPHERAL_WDT0); in wdt_set_config()
160 system_clock_peripheral_enable(PERIPHERAL_WDT1); in wdt_set_config()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/uart/
A Duart.c337 system_clock_peripheral_enable(PERIPHERAL_UART0_CORE); in uart_init()
338 system_clock_peripheral_enable(PERIPHERAL_UART0_IF); in uart_init()
347 system_clock_peripheral_enable(PERIPHERAL_UART1_CORE); in uart_init()
348 system_clock_peripheral_enable(PERIPHERAL_UART1_IF); in uart_init()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_b/
A Dadc_sam_b.c188 system_clock_peripheral_enable(PERIPHERAL_ADC); in adc_enable()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/
A Dsystem_sam_b.h471 enum status_code system_clock_peripheral_enable(enum system_peripheral peripheral);
A Dsystem_sam_b.c126 enum status_code system_clock_peripheral_enable(enum system_peripheral peripheral) in system_clock_peripheral_enable() function
/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi_flash/
A Dspi_flash.c446 system_clock_peripheral_enable(PERIPHERAL_SPI_FLASH); in spi_flash_clock_init()

Completed in 16 milliseconds