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
27extern "C" {
28#endif
29
38nrfx_gpiote_t *bm_gpiote_instance_get(uint8_t port);
39
40#ifdef __cplusplus
41}
42#endif
43
44#endif /* BM_GPIOTE_H__ */
45
nrfx_gpiote_t * bm_gpiote_instance_get(uint8_t port)
Get the GPIOTE instance.