Home
last modified time | relevance | path

Searched refs:ucState (Results 1 - 15 of 15) sorted by relevance

/kernel/liteos_a/kernel/base/misc/
H A Dswtmr_shellcmd.c62 g_shellSwtmrStatus[swtmr->ucState], in OsPrintSwtmrMsg()
83 if (swtmr1->ucState == 0) { in SwtmrBaseInfoGet()
96 if (swtmr->ucState != 0) { in SwtmrBaseInfoGet()
102 if ((timerID == (size_t)(swtmr->usTimerID % LOSCFG_BASE_CORE_SWTMR_LIMIT)) && (swtmr->ucState != 0)) { in SwtmrBaseInfoGet()
H A Dsysinfo_shellcmd.c114 if (swtmrCB->ucState != OS_SWTMR_STATUS_UNUSED) { in OsShellCmdSwtmrCntGet()
/kernel/liteos_m/testsuites/sample/kernel/swtmr/
H A DIt_los_swtmr_074.c71 status = swtmr->ucState; in Testcase()
72 swtmr->ucState = swtmr->ucState | 0x55; in Testcase()
86 swtmr->ucState = status; in Testcase()
/kernel/liteos_m/kernel/src/
H A Dlos_swtmr.c230 swtmr->ucState = OS_SWTMR_STATUS_TICKING; in OsSwtmrStart()
261 swtmr->ucState = OS_SWTMR_STATUS_UNUSED; in OsSwtmrDelete()
273 swtmr->ucState = OS_SWTMR_STATUS_CREATED; in OsSwtmrStop()
295 swtmr->ucState = OS_SWTMR_STATUS_CREATED; in OsSwtmrTimeoutHandle()
522 swtmr->ucState = OS_SWTMR_STATUS_CREATED; in LOS_SwtmrCreate()
564 switch (swtmr->ucState) { in LOS_SwtmrStart()
610 switch (swtmr->ucState) { in LOS_SwtmrStop()
652 switch (swtmr->ucState) { in LOS_SwtmrTimeGet()
695 switch (swtmr->ucState) { in LOS_SwtmrDelete()
/kernel/liteos_a/kernel/base/core/
H A Dlos_swtmr.c209 swtmr->ucState = OS_SWTMR_STATUS_CREATED; in SwtmrWake()
482 swtmr->ucState = OS_SWTMR_STATUS_TICKING; in SwtmrToStart()
526 swtmr->ucState = OS_SWTMR_STATUS_UNUSED; in SwtmrDelete()
625 swtmr->ucState = OS_SWTMR_STATUS_CREATED; in SwtmrStop()
690 swtmr->ucState = OS_SWTMR_STATUS_CREATED; in LOS_SwtmrCreate()
717 switch (swtmr->ucState) { in LOS_SwtmrStart()
761 switch (swtmr->ucState) { in LOS_SwtmrStop()
804 switch (swtmr->ucState) { in LOS_SwtmrTimeGet()
842 switch (swtmr->ucState) { in LOS_SwtmrDelete()
/kernel/liteos_a/kernel/include/
H A Dlos_swtmr.h268 UINT8 ucState; /**< Software timer state */ member
/kernel/liteos_m/kernel/include/
H A Dlos_swtmr.h272 UINT8 ucState; /* Software timer state */ member
/kernel/liteos_a/testsuites/kernel/src/
H A DiCunit.c255 if (swtmr->ucState == OS_SWTMR_STATUS_UNUSED) in ICunitRunF()
335 if (swtmr->ucState == OS_SWTMR_STATUS_UNUSED) in ICunitRunF()
H A DosTest.c231 if (swTmrCB->ucState != OS_SWTMR_STATUS_UNUSED) { in SwtmrCountGetTest()
/kernel/liteos_m/testsuites/src/
H A DosTest.c99 if (swTmrCB->ucState != OS_SWTMR_STATUS_UNUSED) { in SwtmrCountGetTest()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dips.h693 uint8_t ucState; member
708 uint8_t ucState; member
H A Dips.c3714 if (ha->conf->dev[scb->bus - 1][scb->target_id].ucState == 0) { in ips_send_cmd()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dips.h693 uint8_t ucState; member
708 uint8_t ucState; member
H A Dips.c3717 if (ha->conf->dev[scb->bus - 1][scb->target_id].ucState == 0) { in ips_send_cmd()
/kernel/liteos_m/kal/cmsis/
H A Dcmsis_liteos2.c812 return (OS_SWTMR_STATUS_TICKING == ((SWTMR_CTRL_S *)timer_id)->ucState); in osTimerIsRunning()

Completed in 30 milliseconds