Home
last modified time | relevance | path

Searched refs:DISABLE (Results 1 – 13 of 13) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/Device/Include/
Dstm32l5xx.h126 DISABLE = 0, enumerator
127 ENABLE = !DISABLE
129 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h5xx.h129 DISABLE = 0, enumerator
130 ENABLE = !DISABLE
132 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/Device/Include/
Dstm32u5xx.h134 DISABLE = 0, enumerator
135 ENABLE = !DISABLE
137 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
/trusted-firmware-m-3.7.0/platform/ext/target/nordic_nrf/common/core/
Dtarget_cfg.c619 NRF_CTRLAP->APPROTECT.DISABLE = 0; in init_debug()
620 NRF_CTRLAP->SECUREAPPROTECT.DISABLE = 0; in init_debug()
623 NRF_CTRLAP->APPROTECT.DISABLE = NRF_UICR->APPROTECT; in init_debug()
624 NRF_CTRLAP->SECUREAPPROTECT.DISABLE = 0; in init_debug()
628 NRF_CTRLAP->APPROTECT.DISABLE = NRF_UICR->APPROTECT; in init_debug()
629 NRF_CTRLAP->SECUREAPPROTECT.DISABLE = NRF_UICR->SECUREAPPROTECT; in init_debug()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_dma_ex.h253 #define IS_DMAMUX_SYNC_STATE(SYNC) (((SYNC) == DISABLE) || ((SYNC) == ENABLE))
255 #define IS_DMAMUX_SYNC_EVENT(EVENT) (((EVENT) == DISABLE) || \
/trusted-firmware-m-3.7.0/platform/ext/target/arm/corstone1000/Native_Driver/
Dmhu_v2_x.c23 #define DISABLE 0x0 macro
343 (SEND_FRAME(p_mhu))->send_ch_window[channel].ch_int_en = DISABLE; in mhu_v2_x_channel_interrupt_disable()
406 (SEND_FRAME(p_mhu))->access_request = DISABLE; in mhu_v2_x_close_transfer()
460 (SEND_FRAME(p_mhu))->access_request = DISABLE; in mhu_v2_x_reset_access_request()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/native_drivers/
Dmhu_v2_x.c23 #define DISABLE 0x0 macro
343 (SEND_FRAME(p_mhu))->send_ch_window[channel].ch_int_en = DISABLE; in mhu_v2_x_channel_interrupt_disable()
406 (SEND_FRAME(p_mhu))->access_request = DISABLE; in mhu_v2_x_close_transfer()
460 (SEND_FRAME(p_mhu))->access_request = DISABLE; in mhu_v2_x_reset_access_request()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/musca_b1/Native_Driver/
Dmhu_v2_x.c23 #define DISABLE 0x0 macro
326 (SEND_FRAME(p_mhu))->send_ch_window[channel].ch_int_en = DISABLE; in mhu_v2_x_channel_interrupt_disable()
389 (SEND_FRAME(p_mhu))->access_request = DISABLE; in mhu_v2_x_close_transfer()
443 (SEND_FRAME(p_mhu))->access_request = DISABLE; in mhu_v2_x_reset_access_request()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_flash_ex.c1500 *WRPLock = (READ_BIT(FLASH->WRP1AR, FLASH_WRP1AR_UNLOCK) != 0U) ? DISABLE : ENABLE; in FLASH_OB_GetWRP()
1506 *WRPLock = (READ_BIT(FLASH->WRP1BR, FLASH_WRP1BR_UNLOCK) != 0U) ? DISABLE : ENABLE; in FLASH_OB_GetWRP()
1512 *WRPLock = (READ_BIT(FLASH->WRP2AR, FLASH_WRP2AR_UNLOCK) != 0U) ? DISABLE : ENABLE; in FLASH_OB_GetWRP()
1518 *WRPLock = (READ_BIT(FLASH->WRP2BR, FLASH_WRP2BR_UNLOCK) != 0U) ? DISABLE : ENABLE; in FLASH_OB_GetWRP()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_cryp_ex.c361 hcryp->AutoKeyDerivation = DISABLE; in HAL_CRYPEx_DisableAutoKeyDerivation()
Dstm32l5xx_hal_cryp.c2166 if (hcryp->AutoKeyDerivation == DISABLE)/*Mode 2 Key preparation*/ in CRYP_AES_Decrypt()
2281 if (hcryp->AutoKeyDerivation == DISABLE)/*Mode 2 Key preparation*/ in CRYP_AES_Decrypt_IT()
2410 if (hcryp->AutoKeyDerivation == DISABLE)/*Mode 2 key preparation*/ in CRYP_AES_Decrypt_DMA()
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2351/bsp/Device/Nuvoton/M2351/Include/
DM2351.h60 #define DISABLE 0 macro
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2354/bsp/Device/Nuvoton/M2354/Include/
DM2354.h59 #define DISABLE 0 macro