nRF Connect SDK API
2.8.99
Loading...
Searching...
No Matches
gpio_pins.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2019-2021 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
*/
6
7
#ifndef _GPIO_PINS_H_
8
#define _GPIO_PINS_H_
9
10
#include <stdbool.h>
11
#include <stdint.h>
12
13
struct
gpio_pin
{
14
uint8_t
port
;
15
uint8_t
pin
;
16
bool
wakeup_blocked
;
17
};
18
19
#endif
/* _GPIO_PINS_H_ */
gpio_pin::port
uint8_t port
Definition
gpio_pins.h:14
gpio_pin::pin
uint8_t pin
Definition
gpio_pins.h:15
gpio_pin::wakeup_blocked
bool wakeup_blocked
Definition
gpio_pins.h:16
gpio_pin
Definition
gpio_pins.h:13
include
caf
gpio_pins.h
Generated on Tue Nov 5 2024 13:54:05 for nRF Connect SDK API by
1.12.0