However I'm concerned about the QSPI's test use of this code: ```python await watch_cs(cs.o, ctx.negedge(sck.o)) #.... #and inside watch_cs(): *values, cs_o = await triggers.sample(cs_o) ```