data-stm32-0.1.0.0: ARM SVD and CubeMX XML parser and pretty printer for STM32 family
Data.CMX.Types
type Kb = Int Source #
type Mhz = Int Source #
data MCU Source #
Constructors
Fields
Instances
Methods
(==) :: MCU -> MCU -> Bool #
(/=) :: MCU -> MCU -> Bool #
compare :: MCU -> MCU -> Ordering #
(<) :: MCU -> MCU -> Bool #
(<=) :: MCU -> MCU -> Bool #
(>) :: MCU -> MCU -> Bool #
(>=) :: MCU -> MCU -> Bool #
max :: MCU -> MCU -> MCU #
min :: MCU -> MCU -> MCU #
showsPrec :: Int -> MCU -> ShowS #
show :: MCU -> String #
showList :: [MCU] -> ShowS #
data LimitType Source #
(==) :: LimitType -> LimitType -> Bool #
(/=) :: LimitType -> LimitType -> Bool #
compare :: LimitType -> LimitType -> Ordering #
(<) :: LimitType -> LimitType -> Bool #
(<=) :: LimitType -> LimitType -> Bool #
(>) :: LimitType -> LimitType -> Bool #
(>=) :: LimitType -> LimitType -> Bool #
max :: LimitType -> LimitType -> LimitType #
min :: LimitType -> LimitType -> LimitType #
showsPrec :: Int -> LimitType -> ShowS #
show :: LimitType -> String #
showList :: [LimitType] -> ShowS #
data LimitUnit Source #
(==) :: LimitUnit -> LimitUnit -> Bool #
(/=) :: LimitUnit -> LimitUnit -> Bool #
compare :: LimitUnit -> LimitUnit -> Ordering #
(<) :: LimitUnit -> LimitUnit -> Bool #
(<=) :: LimitUnit -> LimitUnit -> Bool #
(>) :: LimitUnit -> LimitUnit -> Bool #
(>=) :: LimitUnit -> LimitUnit -> Bool #
max :: LimitUnit -> LimitUnit -> LimitUnit #
min :: LimitUnit -> LimitUnit -> LimitUnit #
showsPrec :: Int -> LimitUnit -> ShowS #
show :: LimitUnit -> String #
showList :: [LimitUnit] -> ShowS #
data Limit Source #
(==) :: Limit -> Limit -> Bool #
(/=) :: Limit -> Limit -> Bool #
compare :: Limit -> Limit -> Ordering #
(<) :: Limit -> Limit -> Bool #
(<=) :: Limit -> Limit -> Bool #
(>) :: Limit -> Limit -> Bool #
(>=) :: Limit -> Limit -> Bool #
max :: Limit -> Limit -> Limit #
min :: Limit -> Limit -> Limit #
showsPrec :: Int -> Limit -> ShowS #
show :: Limit -> String #
showList :: [Limit] -> ShowS #
data IP Source #
(==) :: IP -> IP -> Bool #
(/=) :: IP -> IP -> Bool #
compare :: IP -> IP -> Ordering #
(<) :: IP -> IP -> Bool #
(<=) :: IP -> IP -> Bool #
(>) :: IP -> IP -> Bool #
(>=) :: IP -> IP -> Bool #
max :: IP -> IP -> IP #
min :: IP -> IP -> IP #
showsPrec :: Int -> IP -> ShowS #
show :: IP -> String #
showList :: [IP] -> ShowS #
data Pin Source #
(==) :: Pin -> Pin -> Bool #
(/=) :: Pin -> Pin -> Bool #
compare :: Pin -> Pin -> Ordering #
(<) :: Pin -> Pin -> Bool #
(<=) :: Pin -> Pin -> Bool #
(>) :: Pin -> Pin -> Bool #
(>=) :: Pin -> Pin -> Bool #
max :: Pin -> Pin -> Pin #
min :: Pin -> Pin -> Pin #
showsPrec :: Int -> Pin -> ShowS #
show :: Pin -> String #
showList :: [Pin] -> ShowS #
data Signal Source #
(==) :: Signal -> Signal -> Bool #
(/=) :: Signal -> Signal -> Bool #
compare :: Signal -> Signal -> Ordering #
(<) :: Signal -> Signal -> Bool #
(<=) :: Signal -> Signal -> Bool #
(>) :: Signal -> Signal -> Bool #
(>=) :: Signal -> Signal -> Bool #
max :: Signal -> Signal -> Signal #
min :: Signal -> Signal -> Signal #
showsPrec :: Int -> Signal -> ShowS #
show :: Signal -> String #
showList :: [Signal] -> ShowS #