-
- Downloads
[2.0.x] AVR: Atomic bit set and clear of upper pin ports without critical section (#10502)
* AVR: Atomic bit set and clear The critical section can be dropped, saving 3 cycles per access. Also simplified pin toggling for all ports.
Showing
- Marlin/src/HAL/HAL_AVR/fastio_AVR.h 27 additions, 33 deletionsMarlin/src/HAL/HAL_AVR/fastio_AVR.h
- Marlin/src/HAL/HAL_DUE/fastio_Due.h 47 additions, 45 deletionsMarlin/src/HAL/HAL_DUE/fastio_Due.h
- Marlin/src/HAL/HAL_STM32F1/fastio_Stm32f1.h 7 additions, 6 deletionsMarlin/src/HAL/HAL_STM32F1/fastio_Stm32f1.h
- Marlin/src/HAL/HAL_TEENSY35_36/fastio_Teensy.h 32 additions, 24 deletionsMarlin/src/HAL/HAL_TEENSY35_36/fastio_Teensy.h
Please register or sign in to comment