Home
last modified time | relevance | path

Searched refs:load (Results 1 – 4 of 4) sorted by relevance

/external/platform/cc13xx/cc13xxware/driverlib/
A Dsys_ctrl.c353 uint32_t load ; in SysCtrlSetRechargeBeforePowerDown() local
484 load = cl & 0xFF; in SysCtrlSetRechargeBeforePowerDown()
488 load += (( cl >> 8 ) & 0xFF ); in SysCtrlSetRechargeBeforePowerDown()
491 load += (( cl >> 16 ) & 0xFF ); in SysCtrlSetRechargeBeforePowerDown()
494 load += (( cl >> 24 ) & 0xFF ); in SysCtrlSetRechargeBeforePowerDown()
498 load += ((( di * ( shiftedTemp - ( ti << 8 ))) + 128 ) >> 8 ); in SysCtrlSetRechargeBeforePowerDown()
513 newRechargePeriod = ( vddrCap * k ) / load; in SysCtrlSetRechargeBeforePowerDown()
/external/platform/pico/rp2040/hardware_structs/include/hardware/structs/
A Dwatchdog.h37 io_wo_32 load;
/external/platform/pico/rp2_common/hardware_watchdog/
A Dwatchdog.c26 watchdog_hw->load = load_value; in watchdog_update()
/external/platform/nrfx/doc/
A Dnrfx.doxyfile1176 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
2235 # larger than 0 to get control over the balance between CPU load and processing

Completed in 10 milliseconds