You are viewing documentation for version:
A Simple BUTTON instance.
Public Attributes#
uint16_t
History of button states.
Public Attribute Documentation#
state#
sl_button_state_t sl_simple_button_context_t::state
Current button state.
history#
uint16_t sl_simple_button_context_t::history
History of button states.
port#
sl_gpio_port_t sl_simple_button_context_t::port
Button port.
pin#
uint8_t sl_simple_button_context_t::pin
Button pin.
mode#
sl_button_mode_t sl_simple_button_context_t::mode
Mode of operation.