0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-11 04:04:42 +00:00
MarlinFirmware/Marlin/src/HAL/HAL_DUE/usb
Scott Lahteine 99ecdf59af Smarter MIN, MAX, ABS macros
Use macros that explicitly avoid double-evaluation and can be used for any datatype, replacing `min`, `max`, `abs`, `fabs`, `labs`, and `FABS`.

Co-Authored-By: ejtagle <ejtagle@hotmail.com>
2018-05-13 04:52:56 -05:00
..
arduino_due_x.h
compiler.h Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
conf_access.h Fix for DUE - no host support on native USB if SD card not enabled (#10148) 2018-03-18 19:49:51 -05:00
conf_clock.h
conf_usb.h Fix for DUE - no host support on native USB if SD card not enabled (#10148) 2018-03-18 19:49:51 -05:00
ctrl_access.c Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
ctrl_access.h
genclk.h Fix DUE incompatible enum type specification (#10017) 2018-03-09 02:17:57 -06:00
mrepeat.h
osc.h
pll.h Standardize some hexadecimals 2018-05-08 09:19:18 -05:00
preprocessor.h
sbc_protocol.h Fix DUE incompatible enum type specification (#10017) 2018-03-09 02:17:57 -06:00
sd_mmc_spi_mem.cpp Use serial macro in sd_mmc_spi_mem.cpp for Due 2018-02-16 17:57:24 -06:00
sd_mmc_spi_mem.h
spc_protocol.h Standardize some hexadecimals 2018-05-08 09:19:18 -05:00
stringz.h
sysclk.c Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
sysclk.h
tpaste.h
udc.c Standardize some hexadecimals 2018-05-08 09:19:18 -05:00
udc.h
udc_desc.h
udd.h
udi.h
udi_cdc.c Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
udi_cdc.h
udi_cdc_conf.h Fix for DUE - no host support on native USB if SD card not enabled (#10148) 2018-03-18 19:49:51 -05:00
udi_cdc_desc.c Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
udi_composite_desc.c Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
udi_msc.c Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
udi_msc.h
uotghs_device_due.c Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
uotghs_device_due.h Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
uotghs_otg.h Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
usb_protocol.h Standardize some hexadecimals 2018-05-08 09:19:18 -05:00
usb_protocol_cdc.h Fix DUE incompatible enum type specification (#10017) 2018-03-09 02:17:57 -06:00
usb_protocol_msc.h Fix DUE incompatible enum type specification (#10017) 2018-03-09 02:17:57 -06:00
usb_task.c Standardize some hexadecimals 2018-05-08 09:19:18 -05:00
usb_task.h Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00