1.31. lpc_types Module¶
LPC client library type. Find implementation details in LPC17xx CMSIS-Compliant Standard Peripheral Firmware Driver Library documentation.
-
class
robovero.lpc_types.FlagStatus¶ Flag Status and Interrupt Flag Status type definition.
-
RESET= 0¶
-
SET= 1¶
-
-
class
robovero.lpc_types.IntStatus¶ Flag Status and Interrupt Flag Status type definition.
-
RESET= 0¶
-
SET= 1¶
-
-
robovero.lpc_types.MAX(a, b)¶ Returns maximum of a and b.
-
robovero.lpc_types.MIN(a, b)¶ Returns minimum of a and b.