Searched refs:clock_setup (Results 1 – 3 of 3) sorted by relevance
52 clock_setup(ETH_CLOCK_CFG); in board_eth_enable()60 clock_setup(QSPI_CLOCK_CFG); in board_qspi_enable()77 clock_setup(UART_CLOCK_CFG); in board_uart_init()
12 extern int clock_setup(enum periph_clock);
22 void clock_setup(int peripheral) in clock_setup() function