Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
hci_nxp_setup.h
Go to the documentation of this file.
1
4
5/*
6 * Copyright 2026 NXP
7 *
8 * SPDX-License-Identifier: Apache-2.0
9 */
10
11#ifndef ZEPHYR_INCLUDE_ZEPHYR_DRIVERS_BLUETOOTH_HCI_NXP_SETUP_H_
12#define ZEPHYR_INCLUDE_ZEPHYR_DRIVERS_BLUETOOTH_HCI_NXP_SETUP_H_
13
14#include <zephyr/device.h>
15
69int bt_nxp_trigger_ir(const struct device *dev);
70
71#endif /* ZEPHYR_INCLUDE_ZEPHYR_DRIVERS_BLUETOOTH_HCI_NXP_SETUP_H_ */
int bt_nxp_trigger_ir(const struct device *dev)
Trigger Independent Reset (IR) on NXP Bluetooth controllers.
Runtime device structure (in ROM) per driver instance.
Definition device.h:513