data-stm32-0.1.0.0: ARM SVD and CubeMX XML parser and pretty printer for STM32 family

Safe HaskellSafe
LanguageHaskell2010

Data.SVD.Types

Documentation

cont :: (Num a, Eq a) => [a] -> [a] Source #

mapPeriphs :: (Peripheral -> b) -> Device -> [b] Source #

mapRegs :: (Register -> b) -> Peripheral -> [b] Source #

mapFields :: (Field -> b) -> Register -> [b] Source #

mapDevFields :: (Field -> a) -> Device -> [a] Source #