Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/common/
Dmec5_uart_v1.h132 #define MEC_UART_ACTV_CLKS_Pos (0UL) /*!< CLKS (Bit 0) … macro
Dmec5_uart_v1_5.h138 #define MEC_UART_ACTV_CLKS_Pos (0UL) /*!< CLKS (Bit 0) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_uart.c387 regs->ACTV |= (uint8_t)MEC_BIT(MEC_UART_ACTV_CLKS_Pos); in uart_activate()
389 regs->ACTV &= (uint8_t)~MEC_BIT(MEC_UART_ACTV_CLKS_Pos); in uart_activate()