Searched refs:lpf (Results 1 – 3 of 3) sorted by relevance
79 uint8_t MPU_Set_LPF(u16 lpf) in MPU_Set_LPF() argument82 if (lpf >= 188) in MPU_Set_LPF()84 else if (lpf >= 98) in MPU_Set_LPF()86 else if (lpf >= 42) in MPU_Set_LPF()88 else if (lpf >= 20) in MPU_Set_LPF()90 else if (lpf >= 10) in MPU_Set_LPF()
232 function MPU_Set_LPF(lpf) argument235 if (lpf >= 188)237 else if (lpf >= 98)239 else if (lpf >= 42)241 else if (lpf >= 20)243 else if (lpf >= 10)
144 def MPU_Set_LPF(self, lpf): argument145 if (lpf >= 188):147 elif (lpf >= 98):149 elif (lpf >= 42):151 elif (lpf >= 20):153 elif (lpf >= 10):
Completed in 4 milliseconds