STM32-Zombie-0.2.0: control a STM32F103 microcontroller

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

STM32.MachineInterfaceSTLinkUSB

Description

STM32.MachineInterfaceSTLinkUSB is the (internal) API for communication with the STM32Fxxx boards All communication runs through these function. The main driver for ST-Link USB dongles is in the STLinkUSB package. This module contains some small wrappers for functions from STM32.STLinkUSB.

Documentation

type MI a = STLT IO a Source #

runMI :: MI a -> IO a Source #

poke_w16 :: Addr -> Word16 -> MI () Source #

poke_w32 :: Addr -> Word32 -> MI () Source #