Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/common/
Dmec5_ps2_v1.h37 #define MEC_PS2_CTRL_STOP_Pos (4UL) /*!< STOP (Bit 4) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_ps2.c128 ctrl |= (uint8_t)((temp << MEC_PS2_CTRL_STOP_Pos) & MEC_PS2_CTRL_STOP_Msk); in mec_hal_ps2_init()