Does Mbed OS disable interrupts?

Does Mbed OS disable interrupts?

If so, when does this happen? (When updating linked lists for example?)

Thanks!

You need to look at the source code for that.

The documentation can also help.

In general, whenever you see critical section lock, ISRs are disabled.

1 Like