Searched refs:Line (Results 1 – 7 of 7) sorted by relevance
155 assert_param(IS_EXTI_LINE(pExtiConfig->Line)); in HAL_EXTI_SetConfigLine()159 hexti->Line = pExtiConfig->Line; in HAL_EXTI_SetConfigLine()162 offset = ((pExtiConfig->Line & EXTI_REG_MASK) >> EXTI_REG_SHIFT); in HAL_EXTI_SetConfigLine()163 linepos = (pExtiConfig->Line & EXTI_PIN_MASK); in HAL_EXTI_SetConfigLine()167 if((pExtiConfig->Line & EXTI_CONFIG) != 0U) in HAL_EXTI_SetConfigLine()206 if((pExtiConfig->Line & EXTI_GPIO) == EXTI_GPIO) in HAL_EXTI_SetConfigLine()277 assert_param(IS_EXTI_LINE(hexti->Line)); in HAL_EXTI_GetConfigLine()280 pExtiConfig->Line = hexti->Line; in HAL_EXTI_GetConfigLine()283 offset = ((pExtiConfig->Line & EXTI_REG_MASK) >> EXTI_REG_SHIFT); in HAL_EXTI_GetConfigLine()284 linepos = (pExtiConfig->Line & EXTI_PIN_MASK); in HAL_EXTI_GetConfigLine()[all …]
67 nRFx Command-Line Tools Installation73 To install them, visit `nRF Command-Line Tools`_ and select your operating87 Command-Line Tools, follow the steps below:134 .. _nRF Command-Line Tools: https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Com…
77 nRF Command-Line Tools Installation84 To install them, visit `nRF Command-Line Tools`_ and select your operating98 nRF Command-Line Tools, follow the steps below:131 nRF Command-Line Tools to the secondary , follow the steps below:172 .. _nRF Command-Line Tools: https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Com…
75 nRF Command-Line Tools Installation81 To install them, visit `nRF Command-Line Tools`_ and select your operating95 Command-Line Tools, follow the steps below:144 .. _nRF Command-Line Tools: https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Com…
58 uint32_t Line; /*!< Exti line number */ member68 uint32_t Line; /*!< The Exti line to be configured. This parameter member