Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/common/
Dmec5_uart_v1.h38 …__IOM uint8_t CFGS; /*!< (@ 0x000003F0) UART Configuration select regist… member
Dmec5_uart_v1_5.h39 …__IOM uint8_t CFGS; /*!< (@ 0x000003F0) UART Configuration select regist… member
/hal_microchip-latest/mec5/drivers/
Dmec_uart.c145 if (base->CFGS & MEC_BIT(MEC_UART_CFGS_CLK_SRC_EXT_Pos)) { in mec_hal_uart_clock_freq_get()
301 regs->CFGS = (uint8_t)(temp & 0xffu); in prog_cfg1()