Searched refs:IS_ALL_USI_PERIPH (Results 1 – 2 of 2) sorted by relevance
62 assert_param(IS_ALL_USI_PERIPH(USIx)); in USI_UARTDeInit()109 assert_param(IS_ALL_USI_PERIPH(USIx)); in USI_UARTInit()241 assert_param(IS_ALL_USI_PERIPH(USIx)); in USI_UARTSetBaud()269 assert_param(IS_ALL_USI_PERIPH(USIx)); in USI_UARTSetBaudExt()290 assert_param(IS_ALL_USI_PERIPH(USIx)); in USI_UARTSetRxLevel()315 assert_param(IS_ALL_USI_PERIPH(USIx)); in USI_UARTRxCmd()336 assert_param(IS_ALL_USI_PERIPH(USIx)); in USI_UARTWritable()357 assert_param(IS_ALL_USI_PERIPH(USIx)); in USI_UARTReadable()378 assert_param(IS_ALL_USI_PERIPH(USIx)); in USI_UARTCharPut()393 assert_param(IS_ALL_USI_PERIPH(USIx)); in USI_UARTCharGet()[all …]
452 #define IS_ALL_USI_PERIPH(PERIPH) (((PERIPH) == USI0_DEV)) macro
Completed in 6 milliseconds