Searched refs:ui32PowerMode (Results 1 – 10 of 10) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | prcm.c | 150 PRCMInfClockConfigureSet(uint32_t ui32ClkDiv, uint32_t ui32PowerMode) in PRCMInfClockConfigureSet() argument 159 ASSERT((ui32PowerMode == PRCM_RUN_MODE) || in PRCMInfClockConfigureSet() 160 (ui32PowerMode == PRCM_SLEEP_MODE) || in PRCMInfClockConfigureSet() 161 (ui32PowerMode == PRCM_DEEP_SLEEP_MODE)); in PRCMInfClockConfigureSet() 184 if(ui32PowerMode == PRCM_RUN_MODE) in PRCMInfClockConfigureSet() 188 else if(ui32PowerMode == PRCM_SLEEP_MODE) in PRCMInfClockConfigureSet() 192 else if(ui32PowerMode == PRCM_DEEP_SLEEP_MODE) in PRCMInfClockConfigureSet() 204 PRCMInfClockConfigureGet(uint32_t ui32PowerMode) in PRCMInfClockConfigureGet() argument 210 ASSERT((ui32PowerMode == PRCM_RUN_MODE) || in PRCMInfClockConfigureGet() 211 (ui32PowerMode == PRCM_SLEEP_MODE) || in PRCMInfClockConfigureGet() [all …]
|
| D | flash.c | 114 FlashPowerModeSet(uint32_t ui32PowerMode, uint32_t ui32BankGracePeriod, in FlashPowerModeSet() argument 118 ASSERT(ui32PowerMode == FLASH_PWR_ACTIVE_MODE || in FlashPowerModeSet() 119 ui32PowerMode == FLASH_PWR_OFF_MODE || in FlashPowerModeSet() 120 ui32PowerMode == FLASH_PWR_DEEP_STDBY_MODE); in FlashPowerModeSet() 129 switch(ui32PowerMode) in FlashPowerModeSet() 176 uint32_t ui32PowerMode; in FlashPowerModeGet() local 185 ui32PowerMode = FLASH_PWR_DEEP_STDBY_MODE; in FlashPowerModeGet() 190 ui32PowerMode = FLASH_PWR_OFF_MODE; in FlashPowerModeGet() 194 ui32PowerMode = FLASH_PWR_ACTIVE_MODE; in FlashPowerModeGet() 198 return(ui32PowerMode); in FlashPowerModeGet()
|
| D | prcm.h | 283 uint32_t ui32PowerMode); 306 extern uint32_t PRCMInfClockConfigureGet(uint32_t ui32PowerMode);
|
| D | flash.h | 331 extern void FlashPowerModeSet(uint32_t ui32PowerMode,
|
| D | rom.h | 487 ((void (*)(uint32_t ui32ClkDiv, uint32_t ui32PowerMode)) \ 491 ((uint32_t (*)(uint32_t ui32PowerMode)) \
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | prcm.c | 148 PRCMInfClockConfigureSet(uint32_t ui32ClkDiv, uint32_t ui32PowerMode) in PRCMInfClockConfigureSet() argument 157 ASSERT((ui32PowerMode == PRCM_RUN_MODE) || in PRCMInfClockConfigureSet() 158 (ui32PowerMode == PRCM_SLEEP_MODE) || in PRCMInfClockConfigureSet() 159 (ui32PowerMode == PRCM_DEEP_SLEEP_MODE)); in PRCMInfClockConfigureSet() 182 if(ui32PowerMode == PRCM_RUN_MODE) in PRCMInfClockConfigureSet() 186 else if(ui32PowerMode == PRCM_SLEEP_MODE) in PRCMInfClockConfigureSet() 190 else if(ui32PowerMode == PRCM_DEEP_SLEEP_MODE) in PRCMInfClockConfigureSet() 202 PRCMInfClockConfigureGet(uint32_t ui32PowerMode) in PRCMInfClockConfigureGet() argument 208 ASSERT((ui32PowerMode == PRCM_RUN_MODE) || in PRCMInfClockConfigureGet() 209 (ui32PowerMode == PRCM_SLEEP_MODE) || in PRCMInfClockConfigureGet() [all …]
|
| D | flash.c | 112 FlashPowerModeSet(uint32_t ui32PowerMode, uint32_t ui32BankGracePeriod, in FlashPowerModeSet() argument 116 ASSERT(ui32PowerMode == FLASH_PWR_ACTIVE_MODE || in FlashPowerModeSet() 117 ui32PowerMode == FLASH_PWR_OFF_MODE || in FlashPowerModeSet() 118 ui32PowerMode == FLASH_PWR_DEEP_STDBY_MODE); in FlashPowerModeSet() 127 switch(ui32PowerMode) in FlashPowerModeSet() 178 uint32_t ui32PowerMode; in FlashPowerModeGet() local 187 ui32PowerMode = FLASH_PWR_DEEP_STDBY_MODE; in FlashPowerModeGet() 192 ui32PowerMode = FLASH_PWR_OFF_MODE; in FlashPowerModeGet() 196 ui32PowerMode = FLASH_PWR_ACTIVE_MODE; in FlashPowerModeGet() 200 return(ui32PowerMode); in FlashPowerModeGet()
|
| D | prcm.h | 282 uint32_t ui32PowerMode); 305 extern uint32_t PRCMInfClockConfigureGet(uint32_t ui32PowerMode);
|
| D | flash.h | 330 extern void FlashPowerModeSet(uint32_t ui32PowerMode,
|
| D | rom.h | 333 … ((void (*)(uint32_t ui32PowerMode, uint32_t ui32BankGracePeriod, uint32_t ui32PumpGracePeriod)) \ 489 ((void (*)(uint32_t ui32ClkDiv, uint32_t ui32PowerMode)) \ 493 ((uint32_t (*)(uint32_t ui32PowerMode)) \
|