Maxim Integrated / MaximBLE

Dependents:   BLE_Thermometer MAXWSNENV_demo

Embed: (wiki syntax)

« Back to documentation index

hci_drv.h File Reference

hci_drv.h File Reference

HCI driver interface. More...

Go to the source code of this file.

Functions

void hciDrvIsr (void)
 Interrupt service routine for IRQ.
bool_t hciDrvReadyToSleep (void)
 Returns TRUE if driver allows MCU to enter low power sleep mode.
void hciDrvReset (void)
 Resets the controller.

Detailed Description

HCI driver interface.

HCI vendor specific functions for EM Microelectronic.

Date:
2013-01-02 22:19:17 -0800 (Wed, 02 Jan 2013)
Revision:
405

Copyright (c) 2012-2016 ARM Limited. All rights reserved.

SPDX-License-Identifier: LicenseRef-PBL

Licensed under the Permissive Binary License, Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.mbed.com/licenses/PBL-1.0

See the License for the specific language governing permissions and limitations under the License.

Definition in file hci_drv.h.


Function Documentation

hciDrvIsr ( void   )

Interrupt service routine for IRQ.

hciDrvReadyToSleep ( void   )

Returns TRUE if driver allows MCU to enter low power sleep mode.

Returns:
TRUE if ready to sleep, FALSE otherwise.
hciDrvReset ( void   )

Resets the controller.