To-host channel that emits a list split across multiple serial bursts.
Same shape as `ChannelWindowedListRead`, but the ten-element list exceeds
the serial encoder's data FIFO (depth 4), so `ListWindowToSerial` emits the
list as several header/data bursts (4 + 4 + 2) followed by a single count==0
footer. Verifies that the host-side `SerialListTypeDeserializer` reassembles
a multi-burst transfer back into one list. A write to offset ``0x10`` of the
``trigger`` MMIO region arms one transfer.
Definition at line 751 of file test_codegen.py.