Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_bdp.c231 uint8_t iosize = 0u, blane = 0u, ioflags = 0u, iowidth = 0u; in mec_hal_bdp_get_host_io() local
243 iosize = (uint8_t)((da & MEC_BDP_DATRB_LEN_Msk) >> MEC_BDP_DATRB_LEN_Pos); in mec_hal_bdp_get_host_io()
246 if (iosize == MEC_BDP_DATRB_LEN_IO8) { in mec_hal_bdp_get_host_io()
257 } else if (iosize == MEC_BDP_DATRB_LEN_IO16B0) { /* first byte of 16-bit Host I/O write */ in mec_hal_bdp_get_host_io()
261 } else if (iosize == MEC_BDP_DATRB_LEN_IO32B0) { /* first byte of 32-bit Host I/O write */ in mec_hal_bdp_get_host_io()