Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_i3c_pvt.c810 regs->HOST_CFG &= (uint32_t)~(0x0Fu << HOST_CFG_PORT_SEL_BIT_POS); in _i3c_host_port_set()
811 regs->HOST_CFG |= (val << HOST_CFG_PORT_SEL_BIT_POS); in _i3c_host_port_set()
Dmec_i3c_pvt.h329 #define HOST_CFG_PORT_SEL_BIT_POS 0U macro