3.33 CLASSB_GPIO_PIN_STATE
Summary
PORT pin state.
Description
This can be used in the I/O pin test.
Remarks
None.
typedef enum
{
PORT_PIN_LOW = 0U,
PORT_PIN_HIGH = 1U,
PORT_PIN_INVALID = 2U
} CLASSB_GPIO_PIN_STATE;
PORT pin state.
This can be used in the I/O pin test.
None.
typedef enum
{
PORT_PIN_LOW = 0U,
PORT_PIN_HIGH = 1U,
PORT_PIN_INVALID = 2U
} CLASSB_GPIO_PIN_STATE;