Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
Dcrc.h17 void append_crc_154(uint8_t* buf, unsigned int len, uint16_t crc_init);
Dcrc.c179 void append_crc_154(uint8_t* buf, unsigned int len, uint16_t crc_init) in append_crc_154() function
208 append_crc_154(buffer, 3, 0x0); in main()
DNHW_RADIO.c938 append_crc_154(&tx_buf[header_len], payload_len, crc_init); in start_Tx()