STM32_LPTIM_ENABLE   41 drivers/counter/stm32-lptimer-cnt.c 	return FIELD_GET(STM32_LPTIM_ENABLE, val);
STM32_LPTIM_ENABLE   50 drivers/counter/stm32-lptimer-cnt.c 	val = FIELD_PREP(STM32_LPTIM_ENABLE, enable);
STM32_LPTIM_ENABLE  115 drivers/pwm/pwm-stm32-lp.c 				   STM32_LPTIM_ENABLE);
STM32_LPTIM_ENABLE  170 drivers/pwm/pwm-stm32-lp.c 	state->enabled = !!FIELD_GET(STM32_LPTIM_ENABLE, val);