Home
last modified time | relevance | path

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

/btstack/port/archive/wiced-h5/
H A Dmain.c123 const btstack_uart_block_t * uart_block_driver = btstack_uart_block_wiced_instance(); in application_start() local
124 const btstack_uart_t * uart_slip_driver = btstack_uart_slip_wrapper_instance(uart_block_driver); in application_start()
130 uart_block_driver->init(&uart_config); in application_start()
156 … btstack_chipset_bcm_download_firmware(uart_block_driver, transport_config.baudrate_main, &phase2); in application_start()
/btstack/port/archive/pic32-harmony/src/
H A Dbtstack_port.c240 const btstack_uart_block_t * uart_block_driver = btstack_uart_block_embedded_instance(); in BTSTACK_Initialize() local
241 const btstack_uart_t * uart_slip_driver = btstack_uart_slip_wrapper_instance(uart_block_driver); in BTSTACK_Initialize()