STM32-Zombie-0.1.1: control a STM32F103 microcontroller

Copyright(c) Marc Fontaine 2017
LicenseBSD3
MaintainerMarc.Fontaine@gmx.de
Stabilityexperimental
PortabilityGHC-only
Safe HaskellNone
LanguageHaskell2010

STM32.RCC

Description

Clock control Resetting parts of the hardware.

Documentation

pllCmd :: Bool -> MI () Source #

data LSE Source #

Constructors

LSE_OFF 
LSE_ON 
LSE_Bypass 

Instances

Eq LSE Source # 

Methods

(==) :: LSE -> LSE -> Bool #

(/=) :: LSE -> LSE -> Bool #

Show LSE Source # 

Methods

showsPrec :: Int -> LSE -> ShowS #

show :: LSE -> String #

showList :: [LSE] -> ShowS #