Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 69) sorted by relevance

123

/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/template/
H A Dcompiler.h57 #define WEAK_FUNCTION(function) __weak function argument
100 #define WEAK_FUNCTION(function) __attribute__((weak)) function argument
143 #define WEAK_FUNCTION(function) __weak function argument
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dtcpip.h82 err_t tcpip_try_callback(tcpip_callback_fn function, void *ctx);
83 err_t tcpip_callback(tcpip_callback_fn function, void *ctx);
87 …e tcpip_callback_with_block(function, ctx, block) ((block != 0)? tcpip_callback(function, ctx) : t… argument
89 struct tcpip_callback_msg* tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx);
H A Dnetif.h500 …define netif_set_igmp_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->igmp_mac_fil… argument
506 #define netif_set_mld_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->mld_mac_filte… argument
/btstack/3rd-party/lwip/core/src/api/
H A Dtcpip.c162 msg->msg.api_msg.function(msg->msg.api_msg.msg); in tcpip_thread_handle_msg()
166 msg->msg.api_call.arg->err = msg->msg.api_call.function(msg->msg.api_call.arg); in tcpip_thread_handle_msg()
196 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread_handle_msg()
202 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread_handle_msg()
309 tcpip_callback(tcpip_callback_fn function, void *ctx) in tcpip_callback() argument
321 msg->msg.cb.function = function; in tcpip_callback()
345 tcpip_try_callback(tcpip_callback_fn function, void *ctx) in tcpip_try_callback() argument
357 msg->msg.cb.function = function; in tcpip_try_callback()
453 TCPIP_MSG_VAR_REF(msg).msg.api_msg.function = fn; in tcpip_send_msg_wait_sem()
496 TCPIP_MSG_VAR_REF(msg).msg.api_call.function = fn; in tcpip_api_call()
[all …]
/btstack/tool/
H A Dbtstack_rtos_generator.py299 function = re.match(r'([\w\s\*]*)\(([\w\s,\*]*)\).*', multiline)
300 if function:
301 type_and_name = function.group(1)
302 arg_string = function.group(2)
344 function = re.match(r'([\w\s\*]*)\((.*)\).*', line)
345 if function:
348 type_and_name = function.group(1)
349 arg_string = function.group(2)
355 function = re.match(r'([\w\s\*]*)\((.*).*', line)
356 if function:
/btstack/port/esp32/
H A DREADME.md96function that is called from BTstack, e.g. packet handlers, can directly call into BTstack without…
97 To call a function from the BTstack thread, you can use *btstack_run_loop_execute_on_main_thread* a…
98 i.e. 'do BTstack tasks' function, from the BTstack thread. The called function should check if ther…
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcpip_priv.h134 tcpip_callback_fn function; member
138 tcpip_api_call_fn function; member
151 tcpip_callback_fn function; member
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Template/
H A Dcmsis_os.h569 #define osTimerDef(name, function) \ argument
573 #define osTimerDef(name, function) \ argument
574 const osTimerDef_t os_timer_def_##name = { (function) }
576 #define osTimerDef(name, function) \ argument
578 { (function), { NULL, 0U, NULL, 0U } }
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS/Template/
H A Dcmsis_os.h352 #define osTimerDef(name, function) \ argument
355 #define osTimerDef(name, function) \ argument
357 { (function) }
/btstack/doc/manual/docs-template/
H A Dporting.md53 Then, you need to implement the function *hal_time_ms()*, which will
73 *btstack_chipset_cc256x_in-stance* function returns a pointer to a control
117 *hci_h4_transport-_dma* function. This function calls the following
121 *hal_uart-_dma_receive_block* function. The HAL implementation is
H A Dprotocols.md141 You can use the *hci_send_cmd* function to send HCI command based on a
146 *hci_can_send_command_packet_now()* function, which returns true,
184 *l2cap_init* function, and then creates an outgoing L2CAP channel to
186 function. The *l2cap_create_channel* function will initiate
189 function will be assigned to the new outgoing L2CAP channel. This
304 packet handler before the *l2cap_request_can_send_now_event* function returns.
367 function will return an error, and you can try later. For incoming data,
381 the *rfcomm_init* function, and then creates an outgoing RFCOMM channel
383 *rfcomm_create_channel* function. The
384 *rfcomm_create_channel* function will initiate a new L2CAP
[all …]
H A Dhow_to.md68 | HAVE_POSIX_TIME | System provides time function |
167 pools, you need to call at runtime *btstack_memory_init* function. An example
198 The memory is set up by calling *btstack_memory_init* function:
309 The *hci_init* function sets up HCI to use the HCI H4 Transport
354 of the data sources from interrupt context, or, execute a function from a different
359 at least a linked list node and a pointer to a callback function. All active timers
369 function, as shown in Listing [PeriodicTimerHandler]. Note that BTstack
387 …s must be explicitly enabled with the *btstack_run_loop_enable_data_source_callbacks(..)* function.
394 The run loop is set up by calling *btstack_run_loop_init* function and providing
416 function of all registered data sources are called in a round robin way.
[all …]
H A Dintegration.md20 same (single) thread and use direct function calls as shown in
36 managed in a linked list. Then, the *select* function is used to wait
H A Darchitecture.md50 implement an asynchronous pattern. If the arguments of a function are
52 function returns with a success value. The actual result is delivered
/btstack/port/renesas-ek-ra6m4a-da14531/
H A Dozone.jdebug.in261 * This function is used to restore the target state in cases
279 * This function is usually used to save values of the target
322 * Auto-generated function. May be overridden by Ozone.
/btstack/port/stm32-l476rg-nucleo-sx1280/
H A Dozone.jdebug260 * This function is used to restore the target state in cases
278 * This function is usually used to save values of the target
309 * Auto-generated function. May be overridden by Ozone.
/btstack/tool/misc/
H A Dadd_callback_to_ds_process.cocci2 // replace struct btstack_data_source with btstack_data_source_t in function definitions
/btstack/example/
H A DREADME.md5 Each contains a btstack_main() function that is called after the Bluetooth stack has been configure…
/btstack/3rd-party/lwip/core/
H A DCHANGELOG347 * tcp.h/.c: added function tcp_listen_with_backlog_and_err() to get the error
478 counters are kept in MIB2_STATS, tree/table change function prototypes moved to
486 (use NETIF_SET_CHECKSUM_CTRL() in your netif's init function)
494 to a routing function
530 * netif.h/.c: patch #8359 (Provide utility function to add an IPv6 address to
643 with VLAN headers via hook function LWIP_HOOK_VLAN_SET and to check them
644 via hook function LWIP_HOOK_VLAN_CHECK
709 - Now initializing PPP in lwip_init() function.
845 * timers.c: patch #8704 fix sys_timeouts_sleeptime function
952 * tcpip.c: fixed bug #43094 "The function tcpip_input() forget to handle IPv6"
[all …]
/btstack/port/msp432p401lp-cc256x/
H A Dozone.jdebug46 * This function is used to restore the target state in cases
64 * This function is usually used to save values of the target
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/
H A Dbtstack_example.jdebug46 * This function is used to restore the target state in cases
64 * This function is usually used to save values of the target
/btstack/port/stm32-l451-miromico-sx1280/
H A Dozone.jdebug46 * This function is used to restore the target state in cases
64 * This function is usually used to save values of the target
/btstack/port/stm32-f4discovery-usb/
H A Dozone.jdebug298 * This function is used to restore the target state in cases
316 * This function is usually used to save values of the target
/btstack/chipset/
H A DREADME.md149 … *btstack_chipset_bcm_instance* function is used to get a *btstack_chipset_t* instance and passed …
171 … *btstack_chipset_csr_instance* function is used to get a *btstack_chipset_t* instance and passed …
232 …tstack_chipset_em9301_instance* function is used to get a *btstack_chipset_t* instance and passed …
334 …ack_chipset_stlc2500d_instance* function is used to get a *btstack_chipset_t* instance and passed …
409 …tstack_chipset_cc256x_instance* function is used to get a *btstack_chipset_t* instance and passed …
431 …stack_chipset_tc3566x_instance* function is used to get a *btstack_chipset_t* instance and passed …
/btstack/3rd-party/
H A DREADME.md11 … | 1.0 | Public Domain | PBAP | cryptographic hash function

123