Enumerations

enum  msio_pin_state_t {
  MSIO_PIN_RESET = 0U,
  MSIO_PIN_SET
}
 MSIO Bit SET and Bit RESET enumerations. More...
 

Detailed Description

Enumeration Type Documentation

◆ msio_pin_state_t

MSIO Bit SET and Bit RESET enumerations.

Enumerator
MSIO_PIN_RESET 

MSIO pin low level.

MSIO_PIN_SET 

MSIO pin high level.

Definition at line 71 of file gr55xx_hal_msio.h.