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.MachineInterfaceSTLinkUSB

Description

This is the (internal) API for communitions over ST-Link USB dongles. The main driver for ST-Link USB dongles is in the STLinkUSB package. This module contains some small wrappers for functions from STM32.STLinkUSB module.

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 #