pub type INLINE_OUT_EN_R = BitReader;
Expand description

Field INLINE_OUT_EN reader - If 1, use a bit of OUT data as an auxiliary write enable
When used in conjunction with OUT_STICKY, writes with an enable of 0 will
deassert the latest pin write. This can create useful masking/override behaviour
due to the priority ordering of state machine pin writes (SM0 < SM1 < …)

Aliased Type§

struct INLINE_OUT_EN_R { /* private fields */ }