| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Data.SVD.Types
Documentation
Constructors
| Device | |
Fields
| |
Constructors
| Interrupt | |
Fields | |
Constructors
| Register | |
Fields
| |
Constructors
| Field | |
Fields
| |
toAccessType :: [Char] -> AccessType Source #
procFields :: [Field] -> [Field] Source #
mapPeriphs :: (Peripheral -> b) -> Device -> [b] Source #
mapRegs :: (Register -> b) -> Peripheral -> [b] Source #
mapDevFields :: (Field -> a) -> Device -> [a] Source #