Home
last modified time | relevance | path

Searched refs:hmc5883l_odr_strings (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/sensor/honeywell/hmc5883l/
Dhmc5883l.c127 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()
Dhmc5883l.h33 static const char *const hmc5883l_odr_strings[] = { variable