Home
last modified time | relevance | path

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

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_TKEY.h247 #define IS_TKEY_ALL_SW1(_SW1) ((_SW1) <= 0xFF) macro
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_TKEY.c441 if(!IS_TKEY_ALL_SW1(htkey->Init.Sw1H)) return HAL_ERROR; in HAL_TKEY_Init()
442 if(!IS_TKEY_ALL_SW1(htkey->Init.Sw1L)) return HAL_ERROR; in HAL_TKEY_Init()

Completed in 11 milliseconds