nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ port_state_off

const struct port_state port_state_off[]
static
Initial value:
= {
{
.port = DEVICE_DT_GET(DT_NODELABEL(gpio0)),
.ps = port0_off,
.ps_count = ARRAY_SIZE(port0_off),
},
{
.port = DEVICE_DT_GET(DT_NODELABEL(gpio1)),
.ps = port1_off,
.ps_count = ARRAY_SIZE(port1_off),
}
}
static const struct pin_state port0_off[]
Definition port_state_def.h:24
static const struct pin_state port1_off[]
Definition port_state_def.h:32