Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c80 static uint32_t get_len(const uint8_t *hdr_buf, uint8_t type) in get_len() function
161 remaining = get_len(hdr_buf, type); in rx_isr()
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c174 static uint32_t get_len(const uint8_t *hdr_buf, uint8_t type) in get_len() function
287 remaining = get_len(hdr_buf, type); in rx_isr()
/Zephyr-latest/lib/os/
Dspsc_pbuf.c87 static uint32_t get_len(size_t blen, uint32_t flags) in get_len() function
124 pb->common.len = get_len(blen, flags); in spsc_pbuf_init()
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dreel_board.c102 static size_t get_len(enum font_size font, const char *text) in get_len() function
148 len = get_len(FONT_BIG, text); in board_show_text()