nRF Connect SDK Bare Metal API
2.0.99
Loading...
Searching...
No Matches
bm_gpiote.h
1
/*
2
* Copyright (c) 2026 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
*/
6
20
#ifndef BM_GPIOTE_H__
21
#define BM_GPIOTE_H__
22
23
#include <stdint.h>
24
#include <nrfx_gpiote.h>
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
38
nrfx_gpiote_t *
bm_gpiote_instance_get
(uint8_t port);
39
40
#ifdef __cplusplus
41
}
42
#endif
43
44
#endif
/* BM_GPIOTE_H__ */
45
bm_gpiote_instance_get
nrfx_gpiote_t * bm_gpiote_instance_get(uint8_t port)
Get the GPIOTE instance.
include
bm
bm_gpiote.h
Generated on Wed Jun 17 2026 10:54:29 for nRF Connect SDK Bare Metal API by
1.12.0