pub fn sync_pwm_output_state<B, P, R>( ctx: PwmSyncCtx<'_, B, P>, ) -> Result<bool, PwmError>where B: BoardIo, P: PwmDriver<R>, R: FlightFloat,