Searched refs:S2MPS11_LDO_STEP (Results 1 – 2 of 2) sorted by relevance
352 uV = hex * S2MPS11_LDO_STEP + S2MPS11_LDO_UV_MIN; in s2mps11_ldo_hex2volt()355 uV = hex * S2MPS11_LDO_STEP * 2 + S2MPS11_LDO_UV_MIN; in s2mps11_ldo_hex2volt()374 hex = (uV - S2MPS11_LDO_UV_MIN) / S2MPS11_LDO_STEP; in s2mps11_ldo_volt2hex()377 hex = (uV - S2MPS11_LDO_UV_MIN) / (S2MPS11_LDO_STEP * 2); in s2mps11_ldo_volt2hex()
145 #define S2MPS11_LDO_STEP 25000 macro
Completed in 4 milliseconds