Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_sys_services/
Dmss_sys_services.c1937 uint8_t byte_index; in request_system_service() local
1977 for (byte_index = 0u; byte_index < (cmd_data_size % 4u); in request_system_service()
1978 byte_index++) in request_system_service()
1980 mailbox_val &= ~(0xffu << (byte_index * 8u)); in request_system_service()
1981 mailbox_val |= (byte_buf[byte_index] << (byte_index * 8u)); in request_system_service()