zephyr/include/drivers
Maciek Borzecki 3f5af00529 clock_control/stm32f10x: introduce driver for STM32F10x RCC
The patch adds a driver for STM32F10x series RCC (Reset and Clock
Control) subsystem.

The module is primarily responsible for setting up of MCU's clock
tree. In particular the driver sets up SYSCLK, PLL (with source
configuration), AHB prescaler, and APB1/APB2 prescalers. As part of this
functionality, the subsystem can enable/disable clock signal for
particular peripherals, thus reducing the power consumption of the MCU.

The driver implements clock control driver API. However, subsystem IDs
being HW specific are exposed in driver public header that must be
included by callers. The driver registers a single device using a common
name STM32_CLOCK_CONTROL_NAME. The device is initialized at
the PRIMARY level with priority 1. This allows the initialization to
take place right after SoC initialization routine.

The driver depends on selection of SOC_STM32F1X config option and is MCU
specific.

Change-Id: I8bea5db20726a24bce7b7ffe0b95de543240429a
Origin: Original
Signed-off-by: Maciej Borzecki <maciek.borzecki@gmail.com>
2016-03-16 18:11:18 +00:00
..
802.15.4 cc2520: Reworking radio on and transmission logic 2016-02-05 20:25:23 -05:00
clock_control clock_control/stm32f10x: introduce driver for STM32F10x RCC 2016-03-16 18:11:18 +00:00
console Fix uart_pipe_send documentation 2016-03-08 13:53:26 +00:00
pci c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
serial doc: Fix misuse of @file doxygen tag 2016-02-11 20:11:03 +00:00
spi arm: K64 SPI module driver 2016-03-09 15:50:16 +00:00
ioapic.h
k6x_mpu.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
k6x_pmc.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
k20_mcg.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
k20_pcr.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
k20_sim.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
k20_watchdog.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
loapic.h
mvic.h
rand32.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
system_timer.h sys_clock/microkernel: do not announce ticks until microkernel is up 2016-02-11 17:10:49 -05:00