hx711-pico-c
UTIL_INTERRUPTS_OFF_BLOCK

Disable interrupts for the duration of this block of code. ( // do something atomically... );

Note
the interrupt_status var is uniquely named to avoid variable conflicts within the block.