Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_i3c_pvt.c891 regs->SEC_CFG &= (uint32_t)~(0x0Fu << SEC_HOST_CFG_PORT_SEL_BIT_POS); in _i3c_sec_host_port_set()
892 regs->SEC_CFG |= (val << SEC_HOST_CFG_PORT_SEL_BIT_POS); in _i3c_sec_host_port_set()
Dmec_i3c_pvt.h375 #define SEC_HOST_CFG_PORT_SEL_BIT_POS 0U macro