COMP pins Structures. More...
#include <app_comp.h>
Public Attributes | |
app_io_type_t | type |
Specifies the type of COMP IO. More... | |
app_io_mux_t | mux |
Specifies the Peripheral to be connected to the selected pins. More... | |
uint32_t | pin |
Specifies the IO pins to be configured. More... | |
COMP pins Structures.
Definition at line 99 of file app_comp.h.
app_io_mux_t app_comp_pin_t::mux |
Specifies the Peripheral to be connected to the selected pins.
Definition at line 102 of file app_comp.h.
uint32_t app_comp_pin_t::pin |
Specifies the IO pins to be configured.
This parameter can be any value of Defines.
Definition at line 103 of file app_comp.h.
app_io_type_t app_comp_pin_t::type |
Specifies the type of COMP IO.
Definition at line 101 of file app_comp.h.