Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_storage.cpp129 mState = StorageState::ACTIVE; in init()
153 return mState == StorageState::ACTIVE; in isValid()
274 if (mState != StorageState::ACTIVE) { in writeItem()
400 if (mState != StorageState::ACTIVE) { in createOrOpenNamespace()
532 if (mState != StorageState::ACTIVE) { in readItem()
555 if (mState != StorageState::ACTIVE) { in eraseMultiPageBlob()
600 if (mState != StorageState::ACTIVE) { in eraseItem()
624 if (mState != StorageState::ACTIVE) { in eraseNamespace()
645 if (mState != StorageState::ACTIVE) { in getItemDataSize()
712 if (mState != StorageState::ACTIVE) { in calcEntriesInNamespace()
Dnvs_page.cpp92 case PageState::ACTIVE: in load()
524 if (mState == PageState::ACTIVE || in mLoadEntryTable()
551 if (mState == PageState::ACTIVE) { in mLoadEntryTable()
724 mState = PageState::ACTIVE; in initialize()
950 if (mState != PageState::FULL && mState != PageState::ACTIVE) { in markFreeing()
958 if (mState != PageState::ACTIVE) { in markFull()
981 case PageState::ACTIVE: in pageStateToName()
1044 case PageState::ACTIVE: in calcEntries()
Dnvs_page.hpp64 ACTIVE = UNINITIALIZED & ~PSB_INIT, enumerator
67 FULL = ACTIVE & ~PSB_FULL,
Dnvs_storage.hpp34 ACTIVE, enumerator
Dnvs_pagemanager.cpp101 if (newPage->state() == Page::PageState::ACTIVE) { in load()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_fsmc.h380 #define IS_FSMC_WAIT_SIGNAL_ACTIVE(ACTIVE) (((ACTIVE) == FSMC_WaitSignalActive_BeforeWaitState) || \ argument
381 ((ACTIVE) == FSMC_WaitSignalActive_DuringWaitState))
Dstm32f4xx_fmc.h502 #define IS_FMC_WAIT_SIGNAL_ACTIVE(ACTIVE) (((ACTIVE) == FMC_WaitSignalActive_BeforeWaitState) || \ argument
503 ((ACTIVE) == FMC_WaitSignalActive_DuringWaitState))
Dstm32f4xx_sai.h391 #define IS_SAI_SLOT_ACTIVE(ACTIVE) ((ACTIVE) != 0) argument
/device/soc/rockchip/rk3588/kernel/arch/arm64/boot/dts/rockchip/
Drk3588s-rk806-dual.dtsi38 * forcing the state to switch to ACTIVE mode;
40 * forcing the state to switch to ACTIVE mode,
418 * forcing the state to switch to ACTIVE mode;
420 * forcing the state to switch to ACTIVE mode,
Drk3588-rk806-single.dtsi40 * forcing the state to switch to ACTIVE mode;
42 * forcing the state to switch to ACTIVE mode,
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_sai.h927 #define IS_SAI_SLOT_ACTIVE(ACTIVE) ((ACTIVE) <= SAI_SLOTACTIVE_ALL) argument
/device/soc/chipsea/cst85/liteos_m/sdk/modules/apps/src/
Dapp_bt_queue.c41 ACTIVE, enumerator
65 bt_user_sleep_state = ACTIVE; in app_bt_update_us_timer()
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch25767 + state->crtc ? "ACTIVE" : "DISABLED");
25827 + crtc_state->active ? "ACTIVE" : "DISABLED");
58883 .tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
58895 + .tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
58921 + .tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
58946 .tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
58955 .tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
58964 .tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
58973 .tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
58982 .tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
[all …]