Searched refs:CH32V00X_CLOCK_CONFIG (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/dt-bindings/clock/ |
D | ch32v00x-clocks.h | 14 #define CH32V00X_CLOCK_CONFIG(bus, bit) (((CH32V00X_##bus##_PCENR_OFFSET) << 5) | (bit)) macro 16 #define CH32V00X_CLOCK_DMA1 CH32V00X_CLOCK_CONFIG(AHB, 0) 17 #define CH32V00X_CLOCK_SRAM CH32V00X_CLOCK_CONFIG(AHB, 2) 18 #define CH32V00X_CLOCK_FLITF CH32V00X_CLOCK_CONFIG(AHB, 4) 19 #define CH32V00X_CLOCK_CRC CH32V00X_CLOCK_CONFIG(AHB, 6) 20 #define CH32V00X_CLOCK_USB CH32V00X_CLOCK_CONFIG(AHB, 12) 22 #define CH32V00X_CLOCK_AFIO CH32V00X_CLOCK_CONFIG(APB2, 0) 23 #define CH32V00X_CLOCK_IOPA CH32V00X_CLOCK_CONFIG(APB2, 2) 24 #define CH32V00X_CLOCK_IOPB CH32V00X_CLOCK_CONFIG(APB2, 3) 25 #define CH32V00X_CLOCK_IOPC CH32V00X_CLOCK_CONFIG(APB2, 4) [all …]
|