ESP-IDF
hal
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hal
hal variable
Syntax
Show:
Summary
Declaration
from
hci_layer.c:86
static
const
hci_hal_t
*
hal
;
Examples
References
from
examples
Code
Location
Referrer
static
const
hci_hal_t
*
hal
;
hci_layer.c:86
hal
->
open
(
&
hal_callbacks
,
hci_host_thread
)
;
hci_layer.c:122
hci_start_up()
hal
->
close
(
)
;
hci_layer.c:139
hci_shut_down()
hal
->
transmit_data
(
type
,
packet
->
data
+
packet
->
offset
,
packet
->
len
)
;
hci_layer.c:355
transmit_fragment()
hal
=
hci_hal_h4_get_interface
(
)
;
hci_layer.c:609
hci_layer_get_interface()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hal
is written by 1 function and is read by 3 functions:
hci_layer_get_interface()
All items filtered out
hal
hci_start_up()
hci_shut_down()
transmit_fragment()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out