What was the reason for not making the context available for saadc-handlers?
Most handlers I stumbled on (twi and timer) either had a void* p_context or void* p_user_data argument. This permits passing a structure to the handler function (e.g. the ble_bas structure) instead of declaring a variable static.
Was there a specific reason not making this available in saadc?