Searched refs:shift_amount (Results 1 – 1 of 1) sorted by relevance
993 let shift_amount = 8 * (3 - (setting_byte_index - 2)); in iterate_settings_payload() localVariable994 *buf_item = ((value >> shift_amount) & 0xFF) as u8; in iterate_settings_payload()