Searched refs:adc_ctx (Results 1 – 1 of 1) sorted by relevance
171 static inline struct adc_stm32wb0_data *drv_data_from_adc_ctx(struct adc_context *adc_ctx) in drv_data_from_adc_ctx() argument173 return CONTAINER_OF(adc_ctx, struct adc_stm32wb0_data, ctx); in drv_data_from_adc_ctx()