Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_CRACEN_CM.c168 unsigned int to_copy = BS_MIN(len, CM_pusher_st.current_len); in nhw_CRACEN_CM_give_pusher_data() local
171 memcpy(CM_pusher_st.current_address, data, to_copy); in nhw_CRACEN_CM_give_pusher_data()
173 len -= to_copy; in nhw_CRACEN_CM_give_pusher_data()
174 data += to_copy; in nhw_CRACEN_CM_give_pusher_data()
175 CM_pusher_st.current_len -= to_copy; in nhw_CRACEN_CM_give_pusher_data()
176 CM_pusher_st.current_address += to_copy; in nhw_CRACEN_CM_give_pusher_data()