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

◆ port_state_on

const struct port_state port_state_on[]
static
Initial value:
= {
{
.port = DEVICE_DT_GET(DT_NODELABEL(gpio0)),
.ps = port0_on,
.ps_count = ARRAY_SIZE(port0_on),
},
{
.port = DEVICE_DT_GET(DT_NODELABEL(gpio9)),
.ps = port9_on,
.ps_count = ARRAY_SIZE(port9_on),
}
}
static const struct pin_state port0_on[]
Definition port_state_def.h:21
static const struct pin_state port9_on[]
Definition port_state_def.h:24