Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 4 of 4) sorted by relevance

/nrf_hw_models-3.6.0/src/HW_models/
Dcrc.c104 void append_crc_ble(uint8_t* buf, unsigned int len, uint32_t crc_init) in append_crc_ble()
179 void append_crc_154(uint8_t* buf, unsigned int len, uint16_t crc_init) in append_crc_154()
DNHW_UART_backend_fifo.c291 static int uf_rx_lowlevel_read(struct ufifo_st_t *u_el, void *buf, size_t size) { in uf_rx_lowlevel_read()
317 struct ufifo_msg_header *buf = (struct ufifo_msg_header *)u_el->last_rx_msg; in uf_rx_get_one_msg() local
366 struct ufifo_msg_header *buf = (struct ufifo_msg_header *)u_el->last_rx_msg; in uf_rx_process_last_msg_pre() local
408 struct ufifo_msg_header *buf = (struct ufifo_msg_header *)u_el->last_rx_msg; in uf_rx_process_last_msg_post() local
446 struct ufifo_msg_header *buf = (struct ufifo_msg_header *)u_el->last_rx_msg; in uf_Rx_handle_old_input() local
DNRF_GPIO_backend.c257 char *buf = s; in process_config_line() local
325 static void nrf_gpio_input_process_next_time(char *buf) in nrf_gpio_input_process_next_time()
DNHW_RADIO_utils.c424 uint nhwra_get_payload_length(uint8_t *buf){ in nhwra_get_payload_length()
450 uint nrfra_get_capped_payload_length(uint8_t *buf) { in nrfra_get_capped_payload_length()