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.Bool

Boolean Type definition.

FALSE = 0
TRUE = 1
class robovero.lpc_types.FlagStatus

Flag Status and Interrupt Flag Status type definition.

RESET = 0
SET = 1
class robovero.lpc_types.FunctionalState

Functional State Definition.

DISABLE = 0
ENABLE = 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.

class robovero.lpc_types.SetState

Flag Status and Interrupt Flag Status type definition.

RESET = 0
SET = 1
class robovero.lpc_types.Status

Status type definition.

ERROR = 0
SUCCESS = 1
class robovero.lpc_types.TRANSFER_BLOCK_Type

Read/Write transfer type mode (Block or non-block).

NONE_BLOCKING: None Blocking type BLOCKING: Blocking type

BLOCKING = 1
NONE_BLOCKING = 0