Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_mctm.h93 #define MCTM_BREAK_POLARITY_LOW 0x00000000 /*!< Break input pin active low level … macro
175 #define IS_MCTM_BREAK_POLARITY(POLARITY) (((POLARITY) == MCTM_BREAK_POLARITY_LOW) || \
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_mctm.h143 #define MCTM_BREAK_POLARITY_LOW 0x00000000 /*!< Break input pin active low level … macro
232 #define IS_MCTM_BREAK_POLARITY(POLARITY) (((POLARITY) == MCTM_BREAK_POLARITY_LOW) || \
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_mctm.c184 CHBRKCTRInitStruct->Break0Polarity = MCTM_BREAK_POLARITY_LOW; in MCTM_CHBRKCTRStructInit()
186 CHBRKCTRInitStruct->Break1Polarity = MCTM_BREAK_POLARITY_LOW; in MCTM_CHBRKCTRStructInit()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_mctm.c199 CHBRKCTRInitStruct->Break0Polarity = MCTM_BREAK_POLARITY_LOW; in MCTM_CHBRKCTRStructInit()

Completed in 6 milliseconds