Home
last modified time | relevance | path

Searched refs:Line (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_exti.c155 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 …]
/trusted-firmware-m-latest/docs/platform/nordic_nrf/nrf9160dk_nrf9160/
DREADME.rst67 nRFx Command-Line Tools Installation
73 To install them, visit `nRF Command-Line Tools`_ and select your operating
87 Command-Line Tools, follow the steps below:
134 .. _nRF Command-Line Tools: https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Com…
/trusted-firmware-m-latest/docs/platform/nordic_nrf/nrf9161dk_nrf9161/
DREADME.rst67 nRFx Command-Line Tools Installation
73 To install them, visit `nRF Command-Line Tools`_ and select your operating
87 Command-Line Tools, follow the steps below:
134 .. _nRF Command-Line Tools: https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Com…
/trusted-firmware-m-latest/docs/platform/lairdconnectivity/bl5340_dvk_cpuapp/
DREADME.rst77 nRF Command-Line Tools Installation
84 To install them, visit `nRF Command-Line Tools`_ and select your operating
98 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…
/trusted-firmware-m-latest/docs/platform/nordic_nrf/nrf5340dk_nrf5340_cpuapp/
DREADME.rst75 nRF Command-Line Tools Installation
81 To install them, visit `nRF Command-Line Tools`_ and select your operating
95 Command-Line Tools, follow the steps below:
144 .. _nRF Command-Line Tools: https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Com…
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_exti.h58 uint32_t Line; /*!< Exti line number */ member
68 uint32_t Line; /*!< The Exti line to be configured. This parameter member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_exti.h58 uint32_t Line; /*!< Exti line number */ member
68 uint32_t Line; /*!< The Exti line to be configured. This parameter member