Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/common/
Dmec5_bdp_v1.h52 #define MEC_BDP_DATRB_LANE_Pos (8UL) /*!< LANE (Bit 8) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_bdp.c244 blane = (uint8_t)((da & MEC_BDP_DATRB_LANE_Msk) >> MEC_BDP_DATRB_LANE_Pos); in mec_hal_bdp_get_host_io()