Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_vci.c20 int mec_hal_vci_pin_disable(uint8_t vci_id) in mec_hal_vci_pin_disable() argument
22 if (vci_id >= MEC5_VCI_PINS) { in mec_hal_vci_pin_disable()
26 MEC_VCI->VCI_INPUT_EN &= (uint32_t)~MEC_BIT(vci_id); in mec_hal_vci_pin_disable()
27 MEC_VCI->VCI_IN_VBAT_BUFEN &= (uint32_t)~MEC_BIT(vci_id); in mec_hal_vci_pin_disable()
Dmec_vci_api.h37 int mec_hal_vci_pin_disable(uint8_t vci_id);