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

Safe HaskellSafe
LanguageHaskell2010

Data.CMX.Types

Documentation

type Kb = Int Source #

type Mhz = Int Source #

data MCU Source #

Instances

Eq MCU Source # 

Methods

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

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

Ord MCU Source # 

Methods

compare :: MCU -> MCU -> Ordering #

(<) :: MCU -> MCU -> Bool #

(<=) :: MCU -> MCU -> Bool #

(>) :: MCU -> MCU -> Bool #

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

max :: MCU -> MCU -> MCU #

min :: MCU -> MCU -> MCU #

Show MCU Source # 

Methods

showsPrec :: Int -> MCU -> ShowS #

show :: MCU -> String #

showList :: [MCU] -> ShowS #

data Limit Source #

Constructors

Limit 

Instances

Eq Limit Source # 

Methods

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

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

Ord Limit Source # 

Methods

compare :: Limit -> Limit -> Ordering #

(<) :: Limit -> Limit -> Bool #

(<=) :: Limit -> Limit -> Bool #

(>) :: Limit -> Limit -> Bool #

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

max :: Limit -> Limit -> Limit #

min :: Limit -> Limit -> Limit #

Show Limit Source # 

Methods

showsPrec :: Int -> Limit -> ShowS #

show :: Limit -> String #

showList :: [Limit] -> ShowS #

data IP Source #

Instances

Eq IP Source # 

Methods

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

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

Ord IP Source # 

Methods

compare :: IP -> IP -> Ordering #

(<) :: IP -> IP -> Bool #

(<=) :: IP -> IP -> Bool #

(>) :: IP -> IP -> Bool #

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

max :: IP -> IP -> IP #

min :: IP -> IP -> IP #

Show IP Source # 

Methods

showsPrec :: Int -> IP -> ShowS #

show :: IP -> String #

showList :: [IP] -> ShowS #

data Pin Source #

Constructors

Pin 

Instances

Eq Pin Source # 

Methods

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

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

Ord Pin Source # 

Methods

compare :: Pin -> Pin -> Ordering #

(<) :: Pin -> Pin -> Bool #

(<=) :: Pin -> Pin -> Bool #

(>) :: Pin -> Pin -> Bool #

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

max :: Pin -> Pin -> Pin #

min :: Pin -> Pin -> Pin #

Show Pin Source # 

Methods

showsPrec :: Int -> Pin -> ShowS #

show :: Pin -> String #

showList :: [Pin] -> ShowS #

data Signal Source #

Constructors

Signal