Home
last modified time | relevance | path

Searched refs:enmask (Results 1 – 4 of 4) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_espi_pc.c187 void mec_hal_espi_pc_ltr_intr_en(struct mec_espi_io_regs *iobase, uint32_t enmask) in mec_hal_espi_pc_ltr_intr_en() argument
189 iobase->PCLTREN = enmask; in mec_hal_espi_pc_ltr_intr_en()
Dmec_uart_api.h166 int mec_hal_uart_intr_control(struct mec_uart_regs *base, uint8_t enmask);
Dmec_espi_pc.h144 void mec_hal_espi_pc_ltr_intr_en(struct mec_espi_io_regs *iobase, uint32_t enmask);
Dmec_uart.c549 int mec_hal_uart_intr_control(struct mec_uart_regs *base, uint8_t enmask) in mec_hal_uart_intr_control() argument
557 base->IER = enmask & (MEC_UART_IER_ERDAI_Msk | MEC_UART_IER_ETHREI_Msk in mec_hal_uart_intr_control()