nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
selector_hw.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _SELECTOR_HW_H_
8#define _SELECTOR_HW_H_
9
10#include <caf/gpio_pins.h>
11
13 uint8_t id;
14 const struct gpio_pin *pins;
15 uint8_t pins_size;
16};
17
18#endif /* _SELECTOR_HW_H_ */
Definition: gpio_pins.h:13
const struct gpio_pin * pins
Definition: selector_hw.h:14
uint8_t id
Definition: selector_hw.h:13
uint8_t pins_size
Definition: selector_hw.h:15
Definition: selector_hw.h:12