Home
last modified time | relevance | path

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

/btstack/platform/embedded/
H A Dhal_uart_dma.h103 void hal_uart_dma_receive_block(uint8_t *buffer, uint16_t len);
H A Dbtstack_uart_block_embedded.c166 hal_uart_dma_receive_block(buffer, len); in btstack_uart_embedded_receive_block()
/btstack/platform/freertos/
H A Dbtstack_uart_block_freertos.c160 /* void (*receive_block)(uint8_t *buffer, uint16_t len); */ &hal_uart_dma_receive_block,
/btstack/platform/chibios/
H A Dhal_uart_dma_chibios.c137 void hal_uart_dma_receive_block(uint8_t *data, uint16_t size){ in hal_uart_dma_receive_block() function
/btstack/test/embedded/
H A Dfreertos_test.cpp61 void hal_uart_dma_receive_block(uint8_t *buffer, uint16_t len){} in hal_uart_dma_receive_block() function
/btstack/port/msp432p401lp-cc256x/
H A Dmain.c474 hal_uart_dma_receive_block(test_rx, block_size); in hal_uart_dma_init()
528 void hal_uart_dma_receive_block(uint8_t *buffer, uint16_t len){ in hal_uart_dma_receive_block() function
/btstack/port/archive/msp-exp430f5438-cc2564b/src/
H A Dhal_uart_dma.c268 void hal_uart_dma_receive_block(uint8_t *buffer, uint16_t len){ in hal_uart_dma_receive_block() function
/btstack/port/archive/ez430-rf2560/src/
H A Dhal_uart_dma.c268 void hal_uart_dma_receive_block(uint8_t *buffer, uint16_t len){ in hal_uart_dma_receive_block() function
/btstack/port/archive/msp430f5229lp-cc2564b/src/
H A Dhal_uart_dma.c281 void hal_uart_dma_receive_block(uint8_t *buffer, uint16_t len){ in hal_uart_dma_receive_block() function
/btstack/port/archive/pic32-harmony/src/
H A Dbtstack_port.c206 void hal_uart_dma_receive_block(uint8_t *data, uint16_t size){ in hal_uart_dma_receive_block() function
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/
H A Dhal_entry.c171 void hal_uart_dma_receive_block(uint8_t *data, uint16_t size){ in hal_uart_dma_receive_block() function
/btstack/port/arduino/
H A Dbsp_arduino_em9301.cpp248 extern "C" void hal_uart_dma_receive_block(uint8_t *buffer, uint16_t length){ in hal_uart_dma_receive_block() function
/btstack/port/renesas-ek-ra6m4a-da14531/port/
H A Dhal_entry.c187 void hal_uart_dma_receive_block(uint8_t *data, uint16_t size){ in hal_uart_dma_receive_block() function
/btstack/port/max32630-fthr/src/
H A Dbtstack_port.c109 void hal_uart_dma_receive_block(uint8_t *buffer, uint16_t len) in hal_uart_dma_receive_block() function
/btstack/port/stm32-f4discovery-cc256x/port/
H A Dport.c208 void hal_uart_dma_receive_block(uint8_t *data, uint16_t size){ in hal_uart_dma_receive_block() function
/btstack/port/stm32-l073rz-nucleo-em9304/port/
H A Dport.c438 void hal_uart_dma_receive_block(uint8_t *buffer, uint16_t length){ in hal_uart_dma_receive_block() function
/btstack/port/samv71-xplained-atwilc3000/
H A Dmain.c397 void hal_uart_dma_receive_block(uint8_t *data, uint16_t size){ in hal_uart_dma_receive_block() function
/btstack/doc/manual/docs-template/
H A Dporting.md113 void hal_uart_dma_receive_block(uint8_t *buffer, uint16_t len);