Home
last modified time | relevance | path

Searched refs:platform_interface (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_host_stack_platform_interface.c252 wiced_bt_stack_platform_t platform_interface = {0}; in host_stack_platform_interface_init() local
258 platform_interface.pf_exception = host_stack_exception_handler; in host_stack_platform_interface_init()
259 platform_interface.pf_os_malloc = cybt_platform_malloc; in host_stack_platform_interface_init()
260 platform_interface.pf_os_free = cybt_platform_free; in host_stack_platform_interface_init()
261 platform_interface.pf_get_tick_count_64 = cybt_platform_get_tick_count_us; in host_stack_platform_interface_init()
262 platform_interface.pf_set_next_timeout = cybt_platform_set_next_timeout; in host_stack_platform_interface_init()
263 platform_interface.stack_lock.p_lock_context = NULL; in host_stack_platform_interface_init()
264 platform_interface.stack_lock.pf_lock_func = host_stack_mutex_lock; in host_stack_platform_interface_init()
265 platform_interface.stack_lock.pf_unlock_func = host_stack_mutex_unlock; in host_stack_platform_interface_init()
266 platform_interface.pf_get_acl_to_lower_buffer = host_stack_get_acl_to_lower_buffer; in host_stack_platform_interface_init()
[all …]