Searched defs:data (Results 1 – 8 of 8) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | crc.c | 85 static uint32_t crc_update_ble(uint32_t crc, const void *data, size_t data_len) in crc_update_ble() 162 uint16_t crc_update_154(uint16_t crc, const void *data, size_t data_len) in crc_update_154()
|
D | NHW_UART_be_loopb.c | 91 static void nhw_ublb_tx_byte(uint inst, uint16_t data) { in nhw_ublb_tx_byte()
|
D | NHW_UART_backend_fifo.h | 52 uint16_t data; member
|
D | NHW_UART_backend_pty.c | 113 static void nhw_upty_tx_byte(uint inst, uint16_t data) { in nhw_upty_tx_byte()
|
D | NHW_CRACEN_RNG.c | 214 static void fifo_push(uint32_t data) { in fifo_push()
|
D | NHW_CRACEN_CM.c | 161 void nhw_CRACEN_CM_give_pusher_data(char *data, size_t len) { in nhw_CRACEN_CM_give_pusher_data()
|
D | NHW_UART.c | 775 uint16_t data = nhw_UART_prep_Tx_data(inst, u_el, *ptr); in nHW_UARTE_Tx_DMA_byte() local 876 static void nhw_UARTE_Tx_byte(unsigned int inst, struct uarte_status *u_el, uint16_t data) { in nhw_UARTE_Tx_byte()
|
D | NHW_UART_backend_fifo.c | 217 static void nhw_ufifo_tx_byte(uint inst, uint16_t data) { in nhw_ufifo_tx_byte()
|