Searched refs:hmc5883l_odr_strings (Results 1 – 2 of 2) sorted by relevance
127 for (idx = 0U; idx < ARRAY_SIZE(hmc5883l_odr_strings); idx++) { in hmc5883l_init()128 if (!strcmp(hmc5883l_odr_strings[idx], CONFIG_HMC5883L_ODR)) { in hmc5883l_init()133 if (idx == ARRAY_SIZE(hmc5883l_odr_strings)) { in hmc5883l_init()
33 static const char *const hmc5883l_odr_strings[] = { variable