BlueNRG-MS pack for STM32CubeMX: hci/hci_tl_patterns/Template/hci_tl_interface_template.h Source File

STM32CubeMX BlueNRG-MS

BlueNRG-MS pack for STM32CubeMX  V4.4.0
The BlueNRG-MS pack is an additional software for STM32CubeMX.
hci_tl_interface_template.h
Go to the documentation of this file.
1 
38 /* Define to prevent recursive inclusion -------------------------------------*/
39 #ifndef __HCI_TL_INTERFACE_H
40 #define __HCI_TL_INTERFACE_H
41 
42 #ifdef __cplusplus
43  extern "C" {
44 #endif
45 
61 /* Includes ------------------------------------------------------------------*/
62 
63 /* Exported Defines ----------------------------------------------------------*/
64 
65 /* Exported Functions --------------------------------------------------------*/
100 void hci_tl_lowlevel_init(void);
101 
128 void hci_tl_lowlevel_isr(void);
129 
146 #ifdef __cplusplus
147 }
148 #endif
149 
150 #endif /* __HCI_TL_INTERFACE_TEMPLATE_H_ */
151 
152 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
153 
void hci_tl_lowlevel_init(void)
Register hci_tl_interface IO bus services and the IRQ handlers. This function must be implemented by ...
Definition: hci_tl_interface_template.c:53
void hci_tl_lowlevel_isr(void)
HCI Transport Layer Low Level Interrupt Service Routine. The Interrupt Service Routine must be called...
Definition: hci_tl_interface_template.c:76
Generated on Mon Apr 15 2019 18:10:39 for BlueNRG-MS pack for STM32CubeMX by   doxygen 1.8.13