Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dlpi2c.h272 #define LPI2C_ENABLE_PDMA_STRETCH(lpi2c) ((lpi2c)->CTL1 |= LPI2C_CTL1_PDMASTR_Msk)
281 #define LPI2C_DISABLE_PDMA_STRETCH(lpi2c) ((lpi2c)->CTL1 &= ~LPI2C_CTL1_PDMASTR_Msk)
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dlpi2c_reg.h512 #define LPI2C_CTL1_PDMASTR_Msk (0x1ul << LPI2C_CTL1_PDMASTR_Pos) /*!< LPI… macro