Searched refs:SYSTEM_CLOCK (Results 1 – 5 of 5) sorted by relevance
| /bsp/rockchip/common/rk_hal/lib/CMSIS/Device/RK2108/Source/ |
| A D | system_rk2108.c | 13 #define SYSTEM_CLOCK (24000000U) macro 23 uint32_t SystemCoreClock = SYSTEM_CLOCK; 74 SystemCoreClock = SYSTEM_CLOCK; in SystemCoreClockUpdate() 96 SystemCoreClock = SYSTEM_CLOCK; in SystemInit()
|
| /bsp/ck802/drivers/ |
| A D | system.c | 35 int SystemCoreClock = SYSTEM_CLOCK; /* System Core Clock Frequency */ 41 SystemCoreClock = SYSTEM_CLOCK; in SystemCoreClockUpdate() 63 SystemCoreClock = SYSTEM_CLOCK; in SystemInit()
|
| A D | board_uart.c | 162 …ret = csi_usart_config(uart, SYSTEM_CLOCK, bauds, USART_MODE_ASYNCHRONOUS, parity, stopbits, datab… in uart_configure()
|
| A D | soc.h | 32 #define SYSTEM_CLOCK (20000000) macro
|
| /bsp/ck802/libraries/common/eth/ |
| A D | ethernet_enc28j60.c | 846 … ret = csi_spi_config(g_net_spi_hd, SYSTEM_CLOCK, 2000000, SPI_MODE_MASTER, SPI_FORMAT_CPOL0_CPHA0, in csi_eth_mac_initialize()
|
Completed in 8 milliseconds