Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/common/
Dmec5_vci_v1_5.h56 #define MEC_VCI_CONFIG_VCI_OUT_Pos (9UL) /*!< VCI_OUT (Bit 9) … macro
Dmec5_vci_v1.h55 #define MEC_VCI_CONFIG_VCI_OUT_Pos (9UL) /*!< VCI_OUT (Bit 9) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_vci.c56 return (uint8_t)((regs->CONFIG >> MEC_VCI_CONFIG_VCI_OUT_Pos) & MEC_BIT(0)); in mec_hal_vci_out_get()