Searched refs:capture (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-m-3.7.0/platform/ext/target/nxp/common/Native_Driver/drivers/ |
D | fsl_ctimer.h | 343 ctimer_capture_channel_t capture, 550 static inline uint32_t CTIMER_GetCaptureValue(CTIMER_Type *base, ctimer_capture_channel_t capture) in CTIMER_GetCaptureValue() argument 552 return base->CR[capture]; in CTIMER_GetCaptureValue() 629 …id CTIMER_EnableRisingEdgeCapture(CTIMER_Type *base, ctimer_capture_channel_t capture, bool enable) in CTIMER_EnableRisingEdgeCapture() argument 633 base->CCR |= (1UL << (CTIMER_CCR_CAP0RE_SHIFT + ((uint32_t)capture * 3U))); in CTIMER_EnableRisingEdgeCapture() 637 base->CCR &= ~(1UL << (CTIMER_CCR_CAP0RE_SHIFT + ((uint32_t)capture * 3U))); in CTIMER_EnableRisingEdgeCapture() 650 …d CTIMER_EnableFallingEdgeCapture(CTIMER_Type *base, ctimer_capture_channel_t capture, bool enable) in CTIMER_EnableFallingEdgeCapture() argument 654 base->CCR |= (1UL << (CTIMER_CCR_CAP0FE_SHIFT + ((uint32_t)capture * 3U))); in CTIMER_EnableFallingEdgeCapture() 658 base->CCR &= ~(1UL << (CTIMER_CCR_CAP0FE_SHIFT + ((uint32_t)capture * 3U))); in CTIMER_EnableFallingEdgeCapture()
|
D | fsl_ctimer.c | 449 ctimer_capture_channel_t capture, in CTIMER_SetupCapture() argument 459 << ((uint32_t)capture * 3U)); in CTIMER_SetupCapture() 460 reg |= ((uint32_t)edge) << (CTIMER_CCR_CAP0RE_SHIFT + ((uint32_t)capture * 3U)); in CTIMER_SetupCapture() 462 CTIMER_ClearStatusFlags(base, (((uint32_t)kCTIMER_Capture0Flag) << (uint32_t)capture)); in CTIMER_SetupCapture() 466 reg |= ((uint32_t)CTIMER_CCR_CAP0I_MASK) << ((uint32_t)capture * 3U); in CTIMER_SetupCapture()
|
/trusted-firmware-m-3.7.0/secure_fw/spm/ |
D | Kconfig | 79 On fatal errors in the secure firmware, capture info about the
|
/trusted-firmware-m-3.7.0/docs/design_docs/services/ |
D | tfm_its_512_flash.rst | 63 The device's flash APIs should provide a mechanism to capture and raise
|
/trusted-firmware-m-3.7.0/config/ |
D | config_base.cmake | 83 … OFF CACHE BOOL "On fatal errors in the secure firmware, capture info about the ex…
|
/trusted-firmware-m-3.7.0/docs/security/threat_models/ |
D | generic_threat_model.rst | 668 | | mapping. SPE may fail to capture those invalid NS memory | 701 | | specific implementation to capture invalid memory address. |
|